x86: fix smp init sections
authorRandy Dunlap <randy.dunlap@oracle.com>
Mon, 12 Nov 2007 05:06:45 +0000 (21:06 -0800)
committerThomas Gleixner <tglx@apollo.(none)>
Sat, 17 Nov 2007 15:27:00 +0000 (16:27 +0100)
commit8f8182106890970bb13bed325f0a04aef931883d
treea47b488a9ba71ac42048d4dac1844adfde48a145
parente5ef67ef0b5d96315d3f7b74823cbfa85938a3a8
x86: fix smp init sections

Fix Voyager section mismatch due to using __devinit instead of __cpuinit.

WARNING: vmlinux.o(.text+0xd943): Section mismatch: reference to .init.text:init_gdt (between 'voyager_smp_prepare_boot_cpu' and 'smp_vic_cmn_interrupt')

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/mach-voyager/voyager_smp.c