commit | d7bb077737f34ed474a7256e1f368df6373238fa | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Wed Dec 12 14:37:10 2012 +0000 |
committer | Christoffer Dall <cdall@cs.columbia.edu> | Wed Mar 06 15:48:44 2013 -0800 |
tree | a8c9672f27ee4ab35f02eb58fe89529d41c3fb04 | |
parent | cfe3950c2a19c1e1ad85b9dd2622617e309d2845 [diff] |
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 <marc.zyngier@arm.com>