From: Yinghai Lu Date: Mon, 17 Nov 2008 23:19:53 +0000 (-0800) Subject: x86: fix wakeup_cpu with numaq/es7000, v2, fix X-Git-Tag: v2.6.29-rc1~538^2~26^3~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54ac14a8e982ae6c7ac71ee2b0d0173b974509e2;p=pandora-kernel.git x86: fix wakeup_cpu with numaq/es7000, v2, fix Impact: fix wakeup_secondary_cpu with hotplug We can not put that into x86_quirks, because that is __initdata. So try to move that to genapic, and add update_genapic in x86_quirks. later we even could use that stub to: 1. autodetect CONFIG_ES7000_CLUSTERED_APIC 2. more correct inquire_remote_apic with apic_verbosity setting. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed