From: Marc Zyngier Date: Wed, 12 Dec 2012 14:42:09 +0000 (+0000) Subject: ARM: KVM: fix fault_ipa computing X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~17^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfe3950c2a19c1e1ad85b9dd2622617e309d2845;p=pandora-kernel.git ARM: KVM: fix fault_ipa computing The ARM ARM says that HPFAR reports bits [39:12] of the faulting IPA, and we need to complement it with the bottom 12 bits of the faulting VA. This is always 12 bits, irrespective of the page size. Makes it clearer in the code. Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed