Re: [PATCH] ARM: Thumb-2: Fix out-of-range offset for Thumb-2 in, proc-macros.S

2014-06-16 Thread Wang Weidong
On 2014/6/16 21:49, Will Deacon wrote: > On Tue, Jun 10, 2014 at 08:00:01AM +0100, Wang Weidong wrote: >> The STR Instruction Encoding T4 points that the is in the >> range 0-255.So split the instruction into two for Thumb-2. Just >> like commit 874d5d3ccc("ARM: 6623/1: Thumb-2: Fix out-of-range >

Re: [PATCH] ARM: Thumb-2: Fix out-of-range offset for Thumb-2 in, proc-macros.S

2014-06-16 Thread Will Deacon
On Tue, Jun 10, 2014 at 08:00:01AM +0100, Wang Weidong wrote: > The STR Instruction Encoding T4 points that the is in the > range 0-255.So split the instruction into two for Thumb-2. Just > like commit 874d5d3ccc("ARM: 6623/1: Thumb-2: Fix out-of-range > offset for Thumb-2 in proc-v7.S"). > > Sig

[PATCH] ARM: Thumb-2: Fix out-of-range offset for Thumb-2 in, proc-macros.S

2014-06-10 Thread Wang Weidong
The STR Instruction Encoding T4 points that the is in the range 0-255.So split the instruction into two for Thumb-2. Just like commit 874d5d3ccc("ARM: 6623/1: Thumb-2: Fix out-of-range offset for Thumb-2 in proc-v7.S"). Signed-off-by: Wang Weidong --- arch/arm/mm/proc-macros.S | 4 +++- 1 file