diff options
Diffstat (limited to 'include/asm-x86/kvm_host.h')
-rw-r--r-- | include/asm-x86/kvm_host.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 0992d721c5f7..ca6bbc0bd97c 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -502,8 +502,6 @@ int emulator_write_phys(struct kvm_vcpu *vcpu, gpa_t gpa, | |||
502 | int kvm_pv_mmu_op(struct kvm_vcpu *vcpu, unsigned long bytes, | 502 | int kvm_pv_mmu_op(struct kvm_vcpu *vcpu, unsigned long bytes, |
503 | gpa_t addr, unsigned long *ret); | 503 | gpa_t addr, unsigned long *ret); |
504 | 504 | ||
505 | int is_mmio_pfn(pfn_t pfn); | ||
506 | |||
507 | extern bool tdp_enabled; | 505 | extern bool tdp_enabled; |
508 | 506 | ||
509 | enum emulation_result { | 507 | enum emulation_result { |