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)
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>

No differences found