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>
This commit is contained in:
@@ -335,7 +335,7 @@ ENTRY(stack_start)
|
||||
3: .long __bss_start
|
||||
4: .long _end
|
||||
5: .long start_kernel
|
||||
6: .long sh_cpu_init
|
||||
6: .long cpu_init
|
||||
7: .long init_thread_union
|
||||
|
||||
#ifdef CONFIG_PMB
|
||||
|
Reference in New Issue
Block a user