diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-03-08 12:56:28 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-03-12 17:14:41 +0300 |
commit | 234fcd1484a66158b561b36b421547f0ab85fee9 (patch) | |
tree | b63fbb134fd673e1713f0462e6e0642b418da616 /arch/mips/kernel/head.S | |
parent | 1af0eea21431bed5d07dffc0fefab57fd72f7e90 (diff) | |
download | linux-234fcd1484a66158b561b36b421547f0ab85fee9.tar.xz |
[MIPS] Fix loads of section missmatches
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 a24fb7900901..361364501d34 100644 --- a/arch/mips/kernel/head.S +++ b/arch/mips/kernel/head.S @@ -195,7 +195,7 @@ NESTED(kernel_entry, 16, sp) # kernel entry point j start_kernel END(kernel_entry) - __INIT + __CPUINIT #ifdef CONFIG_SMP /* |