diff options
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index f8ab0d760231..3c9ea26c7aea 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -461,7 +461,6 @@ struct kvm_arch { | |||
461 | unsigned int n_requested_mmu_pages; | 461 | unsigned int n_requested_mmu_pages; |
462 | unsigned int n_max_mmu_pages; | 462 | unsigned int n_max_mmu_pages; |
463 | unsigned int indirect_shadow_pages; | 463 | unsigned int indirect_shadow_pages; |
464 | atomic_t invlpg_counter; | ||
465 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; | 464 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; |
466 | /* | 465 | /* |
467 | * Hash table of struct kvm_mmu_page. | 466 | * Hash table of struct kvm_mmu_page. |
@@ -757,8 +756,7 @@ int fx_init(struct kvm_vcpu *vcpu); | |||
757 | 756 | ||
758 | void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu); | 757 | void kvm_mmu_flush_tlb(struct kvm_vcpu *vcpu); |
759 | void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, | 758 | void kvm_mmu_pte_write(struct kvm_vcpu *vcpu, gpa_t gpa, |
760 | const u8 *new, int bytes, | 759 | const u8 *new, int bytes); |
761 | bool guest_initiated); | ||
762 | int kvm_mmu_unprotect_page(struct kvm *kvm, gfn_t gfn); | 760 | int kvm_mmu_unprotect_page(struct kvm *kvm, gfn_t gfn); |
763 | int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva); | 761 | int kvm_mmu_unprotect_page_virt(struct kvm_vcpu *vcpu, gva_t gva); |
764 | void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); | 762 | void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); |