diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-x86/kvm_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index 274f153c8704..5c6ba2212b1b 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h | |||
@@ -493,6 +493,8 @@ int kvm_fix_hypercall(struct kvm_vcpu *vcpu); | |||
493 | 493 | ||
494 | int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t gva, u32 error_code); | 494 | int kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gva_t gva, u32 error_code); |
495 | 495 | ||
496 | void kvm_enable_tdp(void); | ||
497 | |||
496 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); | 498 | int load_pdptrs(struct kvm_vcpu *vcpu, unsigned long cr3); |
497 | int complete_pio(struct kvm_vcpu *vcpu); | 499 | int complete_pio(struct kvm_vcpu *vcpu); |
498 | 500 | ||