diff options
Diffstat (limited to 'arch/mips/kernel/head.S')
-rw-r--r-- | arch/mips/kernel/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/head.S b/arch/mips/kernel/head.S index f78538eceef7..c15bbc436bbd 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S | |||
@@ -141,7 +141,7 @@ | |||
141 | EXPORT(stext) # used for profiling | 141 | EXPORT(stext) # used for profiling |
142 | EXPORT(_stext) | 142 | EXPORT(_stext) |
143 | 143 | ||
144 | #ifdef CONFIG_BOOT_RAW | 144 | #ifndef CONFIG_BOOT_RAW |
145 | /* | 145 | /* |
146 | * Give us a fighting chance of running if execution beings at the | 146 | * Give us a fighting chance of running if execution beings at the |
147 | * kernel load address. This is needed because this platform does | 147 | * kernel load address. This is needed because this platform does |