x86 apic_32.c section fix

CONFIG_HOTPLUG_CPU=y:

WARNING: vmlinux.o(.text+0x2390d): Section mismatch: reference to .init.text.5:setup_local_APIC (between 'start_secondary' and 'check_tsc_warp')

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 d5337983 4486c5f5

+1 -1
+1 -1
arch/x86/kernel/apic_32.c
··· 849 849 /** 850 850 * setup_local_APIC - setup the local APIC 851 851 */ 852 - void __devinit setup_local_APIC(void) 852 + void __cpuinit setup_local_APIC(void) 853 853 { 854 854 unsigned long oldvalue, value, maxlvt, integrated; 855 855 int i, j;