x86: separate generic cpu disabling code from APIC writes in cpu_disable
authorAlex Nixon <alex.nixon@citrix.com>
Fri, 22 Aug 2008 10:52:14 +0000 (11:52 +0100)
committerIngo Molnar <mingo@elte.hu>
Mon, 25 Aug 2008 08:59:20 +0000 (10:59 +0200)
commit8227dce7dc2cfdcc28ee0eadfb482a7ee77fba03
tree04cdd6ed74406bc1393cc7518fee596a1260f6e4
parenta21f5d88c17a40941f6239d1959d89e8493e8e01
x86: separate generic cpu disabling code from APIC writes in cpu_disable

It allows paravirt implementations of cpu_disable to share the
cpu_disable_common code, without having to take on board APIC
writes, which may not be appropriate.

Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
Acked-by: Jeremy Fitzhardinge <jeremy@goop.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/smpboot.c
include/asm-x86/smp.h