OSDN Git Service

x86_32: select_idle_routine() must be __cpuinit
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)
commit3446fa057c33b5464ba6891866c24cd57daf023c
tree6cf6339664ad0608e748003a06159dc63b9920c8
parentf2206ec92c1bd2145a63b2ef1f6abccd6439fe73
x86_32: select_idle_routine() must be __cpuinit

CONFIG_HOTPLUG_CPU=y:

WARNING: vmlinux.o(.text+0x1199a): Section mismatch: reference to .init.text.5:select_idle_routine (between 'init_intel' and 'init_nexgen')

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/process_32.c