ARM: 6031/1: fix Thumb-2 decompressor
authorRabin Vincent <rabin@rab.in>
Wed, 7 Apr 2010 17:10:20 +0000 (18:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 7 Apr 2010 20:11:29 +0000 (21:11 +0100)
commitd4d9959c099751158c5cf14813fe378e206339c6
tree3484089ad0e43fb94c025d585ecc3e3db9604ab5
parent4742723cbce519773e4560f5cab11163eaa0c889
ARM: 6031/1: fix Thumb-2 decompressor

98e12b5a6e05413 ("ARM: Fix decompressor's kernel size estimation for
ROM=y") broke the Thumb-2 decompressor because it added an entry in the
LC0 table but didn't adjust the offset the Thumb-2 code uses to load the
SP from that table.  Fix it.

Cc: stable <stable@kernel.org>
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/head.S