]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: remove update_apic from x86_quirks, fix
authorIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 11:47:40 +0000 (12:47 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 26 Feb 2009 11:49:34 +0000 (12:49 +0100)
commit0917c01f8e793f57a53cf886533d4c75c67f6e89
tree0aaf2e2107ecb54f28bcd97c2b9706842f395552
parent129d8bc828e011bda0b7110a097bf3a0167f966e
x86: remove update_apic from x86_quirks, fix

Impact: build fix

wakeup_secondary_cpu_via_init(), the default platform method for
booting a secondary CPU, is always used on UP due to probe_32.c,
if CONFIG_X86_LOCAL_APIC is enabled but SMP is off.

So provide a UP wrapper inline as well.

Cc: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/include/asm/apic.h