summaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi/kernel/indy_sc.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-10-21 00:23:04 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-10-21 00:23:04 +0000
commit7ff64273bcea5c51a389ce1766e3765eff9a51f7 (patch)
treedea2a2fbaeb41657d4a99b1f18a42c22464cb20b /arch/mips/sgi/kernel/indy_sc.c
parent3c230e92ef761debb676d8790010c30230415f90 (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_sc.c')
-rw-r--r--arch/mips/sgi/kernel/indy_sc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/sgi/kernel/indy_sc.c b/arch/mips/sgi/kernel/indy_sc.c
index 461691304..a6123810f 100644
--- a/arch/mips/sgi/kernel/indy_sc.c
+++ b/arch/mips/sgi/kernel/indy_sc.c
@@ -1,4 +1,4 @@
-/* $Id: indy_sc.c,v 1.10 1999/09/28 22:25:49 ralf Exp $
+/* $Id: indy_sc.c,v 1.11 1999/10/09 00:00:59 ralf Exp $
*
* indy_sc.c: Indy cache managment functions.
*
@@ -11,8 +11,8 @@
#include <linux/mm.h>
#include <asm/bcache.h>
-#include <asm/sgi.h>
-#include <asm/sgimc.h>
+#include <asm/sgi/sgi.h>
+#include <asm/sgi/sgimc.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/system.h>