diff options
| author | 2021-11-18 19:08:11 +0800 | |
|---|---|---|
| committer | 2021-12-08 04:25:09 -0500 | |
| commit | 42f34c20a11333d031560bbb17d5e13e3bfcd44b (patch) | |
| tree | 1da9792af5ff208b1d90a9408e2507d9bada8650 | |
| parent | KVM: X86: Fix comment in __kvm_mmu_create() (diff) | |
| download | linux-dev-42f34c20a11333d031560bbb17d5e13e3bfcd44b.tar.xz linux-dev-42f34c20a11333d031560bbb17d5e13e3bfcd44b.zip | |
KVM: X86: Remove unused declaration of __kvm_mmu_free_some_pages()
The body of __kvm_mmu_free_some_pages() has been removed.
Signed-off-by: Lai Jiangshan <laijs@linux.alibaba.com>
Message-Id: <20211118110814.2568-13-jiangshanlai@gmail.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
| -rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index c07b30877de0..e28fce50bd02 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h @@ -1762,7 +1762,6 @@ void kvm_inject_nmi(struct kvm_vcpu *vcpu); void kvm_update_dr7(struct kvm_vcpu *vcpu); int kvm_mmu_unprotect_page(struct kvm *kvm, gfn_t gfn); -void __kvm_mmu_free_some_pages(struct kvm_vcpu *vcpu); void kvm_mmu_free_roots(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu, ulong roots_to_free); void kvm_mmu_free_guest_mode_roots(struct kvm_vcpu *vcpu, struct kvm_mmu *mmu); |
