diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-20 23:20:42 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-20 23:20:42 -0400 |
commit | 4a6feab0ee5240c4bd5378d9f8a46b85718c68a7 (patch) | |
tree | 883f73dbb1e1ed80ae098b794d20ce1d09d1c88b /arch/sh/kernel/head_32.S | |
parent | a9079ca0cb15feda15e7a380092e02d5cd834148 (diff) |
sh: __cpuinit annotate the CPU init path.
All of the regular CPU init path needs to be __cpuinit annotated for CPU
hotplug.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/head_32.S')
-rw-r--r-- | arch/sh/kernel/head_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/head_32.S b/arch/sh/kernel/head_32.S index fe0b743881b0..8c1fc9a9fab2 100644 --- a/arch/sh/kernel/head_32.S +++ b/arch/sh/kernel/head_32.S | |||
@@ -335,7 +335,7 @@ ENTRY(stack_start) | |||
335 | 3: .long __bss_start | 335 | 3: .long __bss_start |
336 | 4: .long _end | 336 | 4: .long _end |
337 | 5: .long start_kernel | 337 | 5: .long start_kernel |
338 | 6: .long sh_cpu_init | 338 | 6: .long cpu_init |
339 | 7: .long init_thread_union | 339 | 7: .long init_thread_union |
340 | 340 | ||
341 | #ifdef CONFIG_PMB | 341 | #ifdef CONFIG_PMB |