]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86 smpboot_32.c section fixes
authorAdrian Bunk <bunk@kernel.org>
Wed, 19 Dec 2007 22:20:18 +0000 (23:20 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 19 Dec 2007 22:20:18 +0000 (23:20 +0100)
commitf2206ec92c1bd2145a63b2ef1f6abccd6439fe73
tree7791bcfd18f91ed4efed806f4ffbcb7c9911723c
parentd53379832624c0ecab7f46749c8b72e49a88d160
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>
arch/x86/kernel/smpboot_32.c