diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 7c353524af2b..9bf9ac6389b1 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -539,8 +539,6 @@ static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; } | |||
539 | hpa_t gva_to_hpa(struct kvm_vcpu *vcpu, gva_t gva); | 539 | hpa_t gva_to_hpa(struct kvm_vcpu *vcpu, gva_t gva); |
540 | struct page *gva_to_page(struct kvm_vcpu *vcpu, gva_t gva); | 540 | struct page *gva_to_page(struct kvm_vcpu *vcpu, gva_t gva); |
541 | 541 | ||
542 | void kvm_emulator_want_group7_invlpg(void); | ||
543 | |||
544 | extern hpa_t bad_page_address; | 542 | extern hpa_t bad_page_address; |
545 | 543 | ||
546 | struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn); | 544 | struct page *gfn_to_page(struct kvm *kvm, gfn_t gfn); |