From: Marc Zyngier Date: Fri, 12 Apr 2013 18:12:02 +0000 (+0100) Subject: ARM: KVM: fix HYP mapping limitations around zero X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3562c76dcb9ce84853c835eec12a911bf3a8e2da;p=pandora-kernel.git ARM: KVM: fix HYP mapping limitations around zero The current code for creating HYP mapping doesn't like to wrap around zero, which prevents from mapping anything into the last page of the virtual address space. It doesn't take much effort to remove this limitation, making the code more consistent with the rest of the kernel in the process. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed