diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-05 02:59:34 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:06 -0400 |
commit | 2f56cfdd812a17623483d3dfa3370a2e6282b245 (patch) | |
tree | 624e2bfccf0b0ee02cd94343acdf5d3364cb002e /include/asm-mips/sn | |
parent | df78b5c8faa72b3c04f82faab126de93af178348 (diff) |
[MIPS] Move ARC code into arch/mips/fw/arc
Move the ARC code to arch/mips/fw/arc from arch/mips/arc.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/sn')
-rw-r--r-- | include/asm-mips/sn/klconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/sn/klconfig.h b/include/asm-mips/sn/klconfig.h index 82aeb9e322db..852213d03b72 100644 --- a/include/asm-mips/sn/klconfig.h +++ b/include/asm-mips/sn/klconfig.h | |||
@@ -51,8 +51,8 @@ | |||
51 | 51 | ||
52 | #if defined(CONFIG_SGI_IP27) || defined(CONFIG_SGI_IP35) | 52 | #if defined(CONFIG_SGI_IP27) || defined(CONFIG_SGI_IP35) |
53 | #include <asm/sn/agent.h> | 53 | #include <asm/sn/agent.h> |
54 | #include <asm/arc/types.h> | 54 | #include <asm/fw/arc/types.h> |
55 | #include <asm/arc/hinv.h> | 55 | #include <asm/fw/arc/hinv.h> |
56 | #if defined(CONFIG_SGI_IP35) | 56 | #if defined(CONFIG_SGI_IP35) |
57 | // The hack file has to be before vector and after sn0_fru.... | 57 | // The hack file has to be before vector and after sn0_fru.... |
58 | #include <asm/hack.h> | 58 | #include <asm/hack.h> |