diff options
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index 5dc75edaaa1d..ae5d7830855c 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -936,8 +936,6 @@ void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu); | |||
936 | void kvm_enable_tdp(void); | 936 | void kvm_enable_tdp(void); |
937 | void kvm_disable_tdp(void); | 937 | void kvm_disable_tdp(void); |
938 | 938 | ||
939 | bool kvm_check_iopl(struct kvm_vcpu *vcpu); | ||
940 | |||
941 | static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access) | 939 | static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access) |
942 | { | 940 | { |
943 | return gpa; | 941 | return gpa; |