From: Will Deacon Date: Fri, 15 Jun 2012 15:49:58 +0000 (+0100) Subject: ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned X-Git-Tag: v3.5-rc4~21^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=667d1b48bcb66b89776ebefbaf05b358bc5907ce;p=pandora-kernel.git ARM: 7425/1: extable: ensure fixup entries are 4-byte aligned Fixup entries in the kernel exception tables should be 4-byte aligned since we return directly to them when handling a faulting instruction in the kernel. This patch adds the missing align directives to the fixup entries. Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed