diff options
| -rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index a3845b8e2b80..e618f34bde2d 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
| @@ -743,7 +743,6 @@ static u32 vmx_segment_access_rights(struct kvm_segment *var); | |||
| 743 | static void vmx_sync_pir_to_irr_dummy(struct kvm_vcpu *vcpu); | 743 | static void vmx_sync_pir_to_irr_dummy(struct kvm_vcpu *vcpu); |
| 744 | static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx); | 744 | static void copy_vmcs12_to_shadow(struct vcpu_vmx *vmx); |
| 745 | static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx); | 745 | static void copy_shadow_to_vmcs12(struct vcpu_vmx *vmx); |
| 746 | static bool vmx_mpx_supported(void); | ||
| 747 | 746 | ||
| 748 | static DEFINE_PER_CPU(struct vmcs *, vmxarea); | 747 | static DEFINE_PER_CPU(struct vmcs *, vmxarea); |
| 749 | static DEFINE_PER_CPU(struct vmcs *, current_vmcs); | 748 | static DEFINE_PER_CPU(struct vmcs *, current_vmcs); |
