From: Marc Zyngier Date: Wed, 12 Dec 2012 14:37:10 +0000 (+0000) Subject: ARM: KVM: vgic: decouple alignment restriction from page size X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~17^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7bb077737f34ed474a7256e1f368df6373238fa;p=pandora-kernel.git ARM: KVM: vgic: decouple alignment restriction from page size The virtual GIC is supposed to be 4kB aligned. On a 64kB page system, comparing the alignment to PAGE_SIZE is wrong. Use SZ_4K instead. Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed