From: Marc Zyngier Date: Mon, 28 Jan 2013 15:27:00 +0000 (+0000) Subject: ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipa X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~17^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48762767e1c150d58c250650f8202b7d4ad65ec4;p=pandora-kernel.git 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 --- Reading git-diff-tree failed