KVM: VMX: Move rmode structure to vmx-specific code
authorAvi Kivity <avi@redhat.com>
Tue, 9 Jun 2009 11:10:45 +0000 (14:10 +0300)
committerAvi Kivity <avi@redhat.com>
Thu, 10 Sep 2009 05:32:50 +0000 (08:32 +0300)
commit7ffd92c53c5ebd0ad5a68ac3ca033c3a06374d19
treec6107ada98bd730a8d681b3cd8c35e1582a6b5fd
parent6a4a98397331723dce25a7537270548d91523431
KVM: VMX: Move rmode structure to vmx-specific code

rmode is only used in vmx, so move it to vmx.c

Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/kvm/vmx.c