ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa
authorMarc Zyngier <marc.zyngier@arm.com>
Mon, 28 Jan 2013 15:27:00 +0000 (15:27 +0000)
committerChristoffer Dall <cdall@cs.columbia.edu>
Wed, 6 Mar 2013 23:48:45 +0000 (15:48 -0800)
v8 is capable of invalidating Stage-2 by IPA, but v7 is not.
Change kvm_tlb_flush_vmid() to take an IPA parameter, which is
then ignored by the invalidation code (and nuke the whole TLB
as it always did).

This allows v8 to implement a more optimized strategy.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>

No differences found