commit | 8227dce7dc2cfdcc28ee0eadfb482a7ee77fba03 | [log] [tgz] |
---|---|---|
author | Alex Nixon <alex.nixon@citrix.com> | Fri Aug 22 11:52:14 2008 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 25 10:59:20 2008 +0200 |
tree | 04cdd6ed74406bc1393cc7518fee596a1260f6e4 | |
parent | a21f5d88c17a40941f6239d1959d89e8493e8e01 [diff] |
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>