diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2018-08-23 12:18:14 +0300 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@arm.com> | 2018-09-07 16:06:02 +0300 |
commit | a35381e10dc46dd75e65e4b3832d9a0005d48d44 (patch) | |
tree | c6f19dc8193ac6001cc9e234c2fbeac66e4670e2 /arch/mips/include/asm/kvm_host.h | |
parent | 7d14919c0d475a795c0127631ac8ecb2b0f31831 (diff) | |
download | linux-a35381e10dc46dd75e65e4b3832d9a0005d48d44.tar.xz |
KVM: Remove obsolete kvm_unmap_hva notifier backend
kvm_unmap_hva is long gone, and we only have kvm_unmap_hva_range to
deal with. Drop the now obsolete code.
Fixes: fb1522e099f0 ("KVM: update to new mmu_notifier semantic v2")
Cc: James Hogan <jhogan@kernel.org>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@arm.com>
Diffstat (limited to 'arch/mips/include/asm/kvm_host.h')
-rw-r--r-- | arch/mips/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h index a9af1d2dcd69..2c1c53d12179 100644 --- a/arch/mips/include/asm/kvm_host.h +++ b/arch/mips/include/asm/kvm_host.h @@ -931,7 +931,6 @@ enum kvm_mips_fault_result kvm_trap_emul_gva_fault(struct kvm_vcpu *vcpu, bool write); #define KVM_ARCH_WANT_MMU_NOTIFIER -int kvm_unmap_hva(struct kvm *kvm, unsigned long hva); int kvm_unmap_hva_range(struct kvm *kvm, unsigned long start, unsigned long end); void kvm_set_spte_hva(struct kvm *kvm, unsigned long hva, pte_t pte); |