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:
@@ -89,7 +89,7 @@ void arch_task_cache_init(void)
|
||||
# define HAVE_SOFTFP 0
|
||||
#endif
|
||||
|
||||
void init_thread_xstate(void)
|
||||
void __cpuinit init_thread_xstate(void)
|
||||
{
|
||||
if (boot_cpu_data.flags & CPU_HAS_FPU)
|
||||
xstate_size = sizeof(struct sh_fpu_hard_struct);
|
||||
|
Reference in New Issue
Block a user