KVM: do not call hardware_disable() on CPU_UP_CANCELED
authorLai Jiangshan <laijs@cn.fujitsu.com>
Sat, 17 Apr 2010 09:00:19 +0000 (17:00 +0800)
committerAvi Kivity <avi@redhat.com>
Mon, 17 May 2010 09:18:04 +0000 (12:18 +0300)
When CPU_UP_CANCELED, hardware_enable() has not been called at the CPU
which is going up because raw_notifier_call_chain(CPU_ONLINE)
has not been called for this cpu.

Drop the handling for CPU_UP_CANCELED.

Signed-off-by: Lai Jiangshan <laijs@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found