From: Henrik Kretzschmar Date: Tue, 22 Feb 2011 14:38:05 +0000 (+0100) Subject: x86: Rework arch_disable_smp_support() for x86 X-Git-Tag: v2.6.39-rc1~503^2~10^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7167d08e780a722fa79ea414fc4e72bc00751392;p=pandora-kernel.git x86: Rework arch_disable_smp_support() for x86 Currently arch_disable_smp_support() on x86 disables only the support for the IOAPIC and is also compiled in if SMP-support is not. Therefore this function is renamed to disable_ioapic_support(), which meets its purpose and is only compiled in the kernel when IOAPIC support is also. A new arch_disable_smp_support() is created in smpboot.c, which calls disable_ioapic_support() and gets only compiled in the kernel when SMP support is also. Signed-off-by: Henrik Kretzschmar LKML-Reference: <1298385487-4708-3-git-send-email-henne@nachtwindheim.de> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed