From: Ingo Molnar Date: Thu, 26 Feb 2009 11:47:40 +0000 (+0100) Subject: x86: remove update_apic from x86_quirks, fix X-Git-Tag: v2.6.30-rc1~211^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0917c01f8e793f57a53cf886533d4c75c67f6e89;p=pandora-kernel.git 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed