diff options
author | Paul Mackerras <paulus@ozlabs.org> | 2018-02-22 05:16:54 +0100 |
---|---|---|
committer | Paul Mackerras <paulus@ozlabs.org> | 2018-03-19 00:08:29 +0100 |
commit | 39c983ea0f96a270d4876c4148e3bb2d9cd3294f (patch) | |
tree | 46ed337f288ebce6040c5d0e6bfff31618984a48 /arch/powerpc/kvm/book3s.h | |
parent | KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry (diff) | |
download | linux-39c983ea0f96a270d4876c4148e3bb2d9cd3294f.tar.xz linux-39c983ea0f96a270d4876c4148e3bb2d9cd3294f.zip |
KVM: PPC: Remove unused kvm_unmap_hva callback
Since commit fb1522e099f0 ("KVM: update to new mmu_notifier semantic
v2", 2017-08-31), the MMU notifier code in KVM no longer calls the
kvm_unmap_hva callback. This removes the PPC implementations of
kvm_unmap_hva().
Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s.h')
-rw-r--r-- | arch/powerpc/kvm/book3s.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kvm/book3s.h b/arch/powerpc/kvm/book3s.h index d2b3ec088b8c..4ad5e287b8bc 100644 --- a/arch/powerpc/kvm/book3s.h +++ b/arch/powerpc/kvm/book3s.h @@ -14,7 +14,6 @@ extern void kvmppc_core_flush_memslot_hv(struct kvm *kvm, struct kvm_memory_slot *memslot); -extern int kvm_unmap_hva_hv(struct kvm *kvm, unsigned long hva); extern int kvm_unmap_hva_range_hv(struct kvm *kvm, unsigned long start, unsigned long end); extern int kvm_age_hva_hv(struct kvm *kvm, unsigned long start, |