ARM: 6954/1: zImage: fix Thumb2 breakage
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 9 Jun 2011 04:05:27 +0000 (05:05 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 9 Jun 2011 09:15:06 +0000 (10:15 +0100)
commit720c60e1943a06cfd9472ad5a9967dec304e4394
treea1636063dc351feb1695644c6c86266b4853f9e2
parentf506cd48a4236b7045d092c9b92709ae6b4bdaf0
ARM: 6954/1: zImage: fix Thumb2 breakage

Commit af3e4fd37a "ARM: 6859/1: Add writethrough dcache support for
ARM926EJS processor" broke Thumb2 compilation by omitting to maintain
the wide encoding for the added branch instructions which made the
ARM926EJ-S record smaller than expected, breaking the record walk code.

Signed-off-by: Nicolas Pitre <nicolas.pitre@linaro.org>
Cc: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/head.S