From: Ingo Molnar Date: Sat, 31 Jan 2009 02:36:17 +0000 (+0100) Subject: smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() X-Git-Tag: v2.6.30-rc1~211^2~26^2~2^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65a4e574d2382d83f71b30ea92f86d2e40a6ef8d;p=pandora-kernel.git smp, generic: introduce arch_disable_smp_support() instead of disable_ioapic_setup() Impact: cleanup disable_ioapic_setup() in init/main.c is ugly as the function is x86-specific. The #ifdef inline prototype there is ugly too. Replace it with a generic arch_disable_smp_support() function - which has a weak alias for non-x86 architectures and for non-ioapic x86 builds. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed