From: Lai Jiangshan Date: Sat, 17 Apr 2010 09:00:19 +0000 (+0800) Subject: KVM: do not call hardware_disable() on CPU_UP_CANCELED X-Git-Tag: v2.6.35-rc1~436^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66cbff59a16017234ea6c80ecddfc17b27a83504;p=pandora-kernel.git KVM: do not call hardware_disable() on CPU_UP_CANCELED 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed