KVM: SVM: Don't save/restore host cr2
authorAvi Kivity <avi@redhat.com>
Tue, 16 Jun 2009 09:36:33 +0000 (12:36 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:58 +0000 (08:32 +0300)
The host never reads cr2 in process context, so are free to clobber it.  The
vmx code does this, so we can safely remove the save/restore code.

Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found