diff options
Diffstat (limited to 'arch/cris/arch-v10/kernel/head.S')
-rw-r--r-- | arch/cris/arch-v10/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/kernel/head.S b/arch/cris/arch-v10/kernel/head.S index 96344afc4eb..fc457710293 100644 --- a/arch/cris/arch-v10/kernel/head.S +++ b/arch/cris/arch-v10/kernel/head.S | |||
@@ -10,7 +10,7 @@ | |||
10 | #define ASSEMBLER_MACROS_ONLY | 10 | #define ASSEMBLER_MACROS_ONLY |
11 | /* The IO_* macros use the ## token concatenation operator, so | 11 | /* The IO_* macros use the ## token concatenation operator, so |
12 | -traditional must not be used when assembling this file. */ | 12 | -traditional must not be used when assembling this file. */ |
13 | #include <asm/arch/sv_addr_ag.h> | 13 | #include <arch/sv_addr_ag.h> |
14 | 14 | ||
15 | #define CRAMFS_MAGIC 0x28cd3d45 | 15 | #define CRAMFS_MAGIC 0x28cd3d45 |
16 | #define RAM_INIT_MAGIC 0x56902387 | 16 | #define RAM_INIT_MAGIC 0x56902387 |