diff options
author | Avi Kivity <avi@qumranet.com> | 2007-04-19 13:26:39 +0300 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2007-05-03 10:52:30 +0300 |
commit | 35cc7f971188366f5a5c0d5da1456bb38cef5da9 (patch) | |
tree | e5e097b3d59199306b72895677bbf9bf213d2550 /drivers/kvm/kvm_vmx.h | |
parent | e38aea3e9330624d19a233c05f3e69c57519edd5 (diff) |
KVM: Fold drivers/kvm/kvm_vmx.h into drivers/kvm/vmx.c
No meat in that file.
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm_vmx.h')
-rw-r--r-- | drivers/kvm/kvm_vmx.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/kvm/kvm_vmx.h b/drivers/kvm/kvm_vmx.h deleted file mode 100644 index d139f73fb6e..00000000000 --- a/drivers/kvm/kvm_vmx.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef __KVM_VMX_H -#define __KVM_VMX_H - -#ifdef CONFIG_X86_64 -/* - * avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt - * mechanism (cpu bug AA24) - */ -#define NR_BAD_MSRS 2 -#else -#define NR_BAD_MSRS 0 -#endif - -#endif |