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)
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>

No differences found