From: Marc Zyngier Date: Tue, 7 Feb 2012 01:46:38 +0000 (+0100) Subject: ARM: 7320/1: Fix proc_info table alignment X-Git-Tag: v3.3-rc4~30^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b9987ffdc2ab9c5e2c1edad556b23ccb38249b;p=pandora-kernel.git ARM: 7320/1: Fix proc_info table alignment With an admittedly exotic choice of configuration options (CC_OPTIMIZE_FOR_SIZE, THUMB2, some other size-minimizing ones) and compiler, the proc_info table can end up being misaligned, and the kernel being unbootable (Error: unrecognized/unsupported processor variant). Forcing the alignement to 4 bytes in the linker script fixes the issue. Signed-off-by: Marc Zyngier Signed-off-by: Russell King --- Reading git-diff-tree failed