KVM: PPC: e500_tlb: Fix a minor copy-paste tracing bug
authorKyle Moffett <Kyle.D.Moffett@boeing.com>
Mon, 30 Aug 2010 15:38:39 +0000 (11:38 -0400)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:52:21 +0000 (10:52 +0200)
The kvmppc_e500_stlbe_invalidate() function was trying to pass too many
parameters to trace_kvm_stlb_inval().  This appears to be a bad
copy-paste from a call to trace_kvm_stlb_write().

Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
Signed-off-by: Alexander Graf <agraf@suse.de>

No differences found