diff options
author | Alexander Graf <agraf@suse.de> | 2013-01-18 14:22:08 (GMT) |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2013-01-24 18:23:34 (GMT) |
commit | b9e3e208935e95ad62bd1b1bc4408c23a9ae3ada (patch) | |
tree | bf4a382587e89773895e47be25a76b4126eda6dc /virt/kvm/iommu.c | |
parent | 483ba97c0fafaade3a0ee61217ca5123b0d85c03 (diff) | |
download | linux-fsl-qoriq-b9e3e208935e95ad62bd1b1bc4408c23a9ae3ada.tar.xz |
KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB code
The guest TLB handling code should not have any insight into how the host
TLB shadow code works.
kvmppc_e500_tlbil_all() is a function that is used for distinction between
e500v2 and e500mc (E.HV) on how to flush shadow entries. This function really
is private between the e500.c/e500mc.c file and e500_mmu_host.c.
Instead of this one, use the public kvmppc_core_flush_tlb() function to flush
all shadow TLB entries. As a nice side effect, with this we also end up
flushing TLB1 entries which we forgot to do before.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'virt/kvm/iommu.c')
0 files changed, 0 insertions, 0 deletions