From: Marc Zyngier Date: Fri, 12 Apr 2013 18:12:04 +0000 (+0100) Subject: ARM: KVM: enforce maximum size for identity mapped code X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~1^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0394e1f605208706e4e1999d06a4570b9f583b7f;p=pandora-kernel.git ARM: KVM: enforce maximum size for identity mapped code We're about to move to an init procedure where we rely on the fact that the init code fits in a single page. Make sure we align the idmap text on a vector alignment, and that the code is not bigger than a single page. Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed