commit | 8f8182106890970bb13bed325f0a04aef931883d | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Sun Nov 11 21:06:45 2007 -0800 |
committer | Thomas Gleixner <tglx@apollo.(none)> | Sat Nov 17 16:27:00 2007 +0100 |
tree | a47b488a9ba71ac42048d4dac1844adfde48a145 | |
parent | e5ef67ef0b5d96315d3f7b74823cbfa85938a3a8 [diff] |
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>