From: Dave Martin Date: Thu, 13 Jan 2011 23:43:01 +0000 (+0100) Subject: ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S X-Git-Tag: v2.6.38-rc1~39^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874d5d3ccc04c0659b76b05ee0c761f568062cb1;p=pandora-kernel.git ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S Commit d30e45e (ARM: pgtable: switch order of Linux vs hardware page tables) introduced a pre-increment addressing offset which is out of range for Thumb-2. Thumb-2 only permits offsets <256. So split the intruction in two for Thumb-2. Signed-off-by: Dave Martin Signed-off-by: Russell King --- Reading git-diff-tree failed