Thumb-2: Add some .align statements to the .S files
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:32:52 +0000 (12:32 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 24 Jul 2009 11:32:52 +0000 (12:32 +0100)
commit88987ef91b99cf99bc5d167caeb31d4958fbf931
tree95557c2fe408ad98d9547025ae98b0d0c1377aa2
parent4be3bd7849165e7efa6b0b35a23d6a3598d97465
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 <catalin.marinas@arm.com>
arch/arm/boot/compressed/head.S
arch/arm/kernel/entry-armv.S
arch/arm/kernel/head-common.S
arch/arm/lib/sha1.S
arch/arm/vfp/entry.S