From: Avi Kivity Date: Tue, 20 Mar 2007 16:44:51 +0000 (+0200) Subject: KVM: Remove set_cr0_no_modeswitch() arch op X-Git-Tag: v2.6.22-rc1~1008^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6528b03f167785301908bf124db7be591e983ca;p=pandora-kernel.git KVM: Remove set_cr0_no_modeswitch() arch op set_cr0_no_modeswitch() was a hack to avoid corrupting segment registers. As we now cache the protected mode values on entry to real mode, this isn't an issue anymore, and it interferes with reboot (which usually _is_ a modeswitch). Signed-off-by: Avi Kivity --- Reading git-diff-tree failed