From: Will Deacon Date: Fri, 20 Jan 2012 11:01:09 +0000 (+0100) Subject: ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundary X-Git-Tag: v3.3-rc2~18^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=972da06470519b6eaef9776a586e2353f089de9c;p=pandora-kernel.git ARM: 7290/1: vmlinux.lds.S: align the exception fixup table to a 4-byte boundary The exception fixup table is currently aligned to a 32-byte boundary. Whilst this won't cause any problems, the exception_table_entry structures contain only a pair of unsigned longs, so 4-byte alignment is all that is required. If the table was walked from start to end, cacheline alignment may bring some performance benefits, but since a binary search is used, the access pattern is random and will not benefit from a stricter alignment. Acked-by: Nicolas Pitre Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed