-
- Downloads
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>
Showing
- arch/arm/boot/compressed/head.S 3 additions, 0 deletionsarch/arm/boot/compressed/head.S
- arch/arm/kernel/entry-armv.S 4 additions, 0 deletionsarch/arm/kernel/entry-armv.S
- arch/arm/kernel/head-common.S 2 additions, 0 deletionsarch/arm/kernel/head-common.S
- arch/arm/lib/sha1.S 2 additions, 0 deletionsarch/arm/lib/sha1.S
- arch/arm/vfp/entry.S 2 additions, 0 deletionsarch/arm/vfp/entry.S
Loading
Please register or sign in to comment