commit | 48762767e1c150d58c250650f8202b7d4ad65ec4 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Mon Jan 28 15:27:00 2013 +0000 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Wed Mar 06 15:48:45 2013 -0800 |
tree | 38ae7af86d7e84a6497121eda2991bedfb442f6a | |
parent | 06fe0b73ff17e5d777af1b26f3e227d79c0d6808 [diff] |
ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa 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>