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/arc | |
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/arc')
-rw-r--r-- | arch/mips/arc/identify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/arc/identify.c b/arch/mips/arc/identify.c index 4e3a3653f..8cc0a22ed 100644 --- a/arch/mips/arc/identify.c +++ b/arch/mips/arc/identify.c @@ -7,14 +7,14 @@ * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * $Id: identify.c,v 1.1 1998/10/18 13:32:09 tsbogend Exp $ + * $Id: identify.c,v 1.2 1999/02/25 21:04:13 tsbogend Exp $ */ #include <linux/init.h> #include <linux/kernel.h> #include <linux/types.h> #include <linux/string.h> -#include <asm/sgi.h> +#include <asm/sgi/sgi.h> #include <asm/sgialib.h> #include <asm/bootinfo.h> |