diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1999-10-21 00:23:04 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 1999-10-21 00:23:04 +0000 |
commit | 7ff64273bcea5c51a389ce1766e3765eff9a51f7 (patch) | |
tree | dea2a2fbaeb41657d4a99b1f18a42c22464cb20b /arch/mips/sgi/kernel/indy_timer.c | |
parent | 3c230e92ef761debb676d8790010c30230415f90 (diff) |
Move various headers into a SGI specific subdirectory. These files
need to be at the same place for MIPS32 and MIPS64. Make the semaphore
code actually compile.
Diffstat (limited to 'arch/mips/sgi/kernel/indy_timer.c')
-rw-r--r-- | arch/mips/sgi/kernel/indy_timer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/sgi/kernel/indy_timer.c b/arch/mips/sgi/kernel/indy_timer.c index 8a1e8d829..162d0e32d 100644 --- a/arch/mips/sgi/kernel/indy_timer.c +++ b/arch/mips/sgi/kernel/indy_timer.c @@ -1,4 +1,4 @@ -/* $Id: indy_timer.c,v 1.13 1999/08/20 21:59:03 ralf Exp $ +/* $Id: indy_timer.c,v 1.14 1999/10/09 00:00:59 ralf Exp $ * * indy_timer.c: Setting up the clock on the INDY 8254 controller. * @@ -21,10 +21,10 @@ #include <asm/irq.h> #include <asm/ptrace.h> #include <asm/system.h> -#include <asm/sgi.h> #include <asm/sgialib.h> -#include <asm/sgihpc.h> -#include <asm/sgint23.h> +#include <asm/sgi/sgi.h> +#include <asm/sgi/sgihpc.h> +#include <asm/sgi/sgint23.h> /* Because of a bug in the i8254 timer we need to use the onchip r4k |