x86 smpboot_32.c section fixes

CONFIG_HOTPLUG_CPU=y:

WARNING: vmlinux.o(.text+0x22c60): Section mismatch: reference to .init.data:cpu_idle_tasks (between 'do_boot_cpu' and 'do_warm_boot_cpu')
WARNING: vmlinux.o(.text+0x22c99): Section mismatch: reference to .init.data:cpu_idle_tasks (between 'do_boot_cpu' and 'do_warm_boot_cpu')
WARNING: vmlinux.o(.text+0x2359b): Section mismatch: reference to .init.data:smp_b_stepping (between 'smp_store_cpu_info' and 'cpu_exit_clear')
WARNING: vmlinux.o(.text+0x235a0): Section mismatch: reference to .init.data:smp_b_stepping (between 'smp_store_cpu_info' and 'cpu_exit_clear')

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

authored by Adrian Bunk and committed by Ingo Molnar f2206ec9 d5337983

+3 -3
+3 -3
arch/x86/kernel/smpboot_32.c
··· 60 #include <asm/mtrr.h> 61 62 /* Set if we find a B stepping CPU */ 63 - static int __devinitdata smp_b_stepping; 64 65 /* Number of siblings per CPU package */ 66 int smp_num_siblings = 1; ··· 745 } 746 747 #ifdef CONFIG_HOTPLUG_CPU 748 - static struct task_struct * __devinitdata cpu_idle_tasks[NR_CPUS]; 749 - static inline struct task_struct * alloc_idle_task(int cpu) 750 { 751 struct task_struct *idle; 752
··· 60 #include <asm/mtrr.h> 61 62 /* Set if we find a B stepping CPU */ 63 + static int __cpuinitdata smp_b_stepping; 64 65 /* Number of siblings per CPU package */ 66 int smp_num_siblings = 1; ··· 745 } 746 747 #ifdef CONFIG_HOTPLUG_CPU 748 + static struct task_struct * __cpuinitdata cpu_idle_tasks[NR_CPUS]; 749 + static inline struct task_struct * __cpuinit alloc_idle_task(int cpu) 750 { 751 struct task_struct *idle; 752