Home
last modified time | relevance | path

Searched hist:"3 bd2cbb95543acf44fe123eb9f038de54e655eb4" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/arm/boot/compressed/
H A DMakefilediff 3bd2cbb95543acf44fe123eb9f038de54e655eb4 Fri Apr 22 03:45:08 CEST 2011 Nicolas Pitre <nicolas.pitre@linaro.org> ARM: zImage: make sure the stack is 64-bit aligned

With ARMv5+ and EABI, the compiler expects a 64-bit aligned stack so
instructions like STRD and LDRD can be used. Without this, mysterious
boot failures were seen semi randomly with the LZMA decompressor.

While at it, let's align .bss as well.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Tested-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Tony Lindgren <tony@atomide.com>
CC: stable@kernel.org