From: Catalin Marinas Date: Fri, 24 Jul 2009 11:32:52 +0000 (+0100) Subject: Thumb-2: Add some .align statements to the .S files X-Git-Tag: v2.6.32-rc1~691^2~1^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88987ef91b99cf99bc5d167caeb31d4958fbf931;p=pandora-kernel.git Thumb-2: Add some .align statements to the .S files Since the Thumb-2 instructions can be 16-bit wide, data in the .text sections may not be aligned to a 32-bit word and this leads to unaligned exceptions. This patch does not affect the ARM code generation. Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed