summaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/trace_pr.h
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@ozlabs.org>2018-02-22 07:16:54 +0300
committerPaul Mackerras <paulus@ozlabs.org>2018-03-19 02:08:29 +0300
commit39c983ea0f96a270d4876c4148e3bb2d9cd3294f (patch)
tree46ed337f288ebce6040c5d0e6bfff31618984a48 /arch/powerpc/kvm/trace_pr.h
parenta8b48a4dccea77e29462e59f1dbf0d5aa1ff167c (diff)
downloadlinux-39c983ea0f96a270d4876c4148e3bb2d9cd3294f.tar.xz
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/trace_pr.h')
-rw-r--r--arch/powerpc/kvm/trace_pr.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/powerpc/kvm/trace_pr.h b/arch/powerpc/kvm/trace_pr.h
index 85785a370c0e..2f9a8829552b 100644
--- a/arch/powerpc/kvm/trace_pr.h
+++ b/arch/powerpc/kvm/trace_pr.h
@@ -254,21 +254,6 @@ TRACE_EVENT(kvm_exit,
)
);
-TRACE_EVENT(kvm_unmap_hva,
- TP_PROTO(unsigned long hva),
- TP_ARGS(hva),
-
- TP_STRUCT__entry(
- __field( unsigned long, hva )
- ),
-
- TP_fast_assign(
- __entry->hva = hva;
- ),
-
- TP_printk("unmap hva 0x%lx\n", __entry->hva)
-);
-
#endif /* _TRACE_KVM_H */
/* This part must be outside protection */