Re: [PATCH 1/2] ARC: Handle zero-overhead-loop in unaligned access handler

2013-09-26 Thread Vineet Gupta
On 09/26/2013 07:34 PM, Mischa Jonker wrote: > If a load or store is the last instruction in a zero-overhead-loop, and > it's misaligned, the loop would execute only once. > > This fixes that problem. > > Signed-off-by: Mischa Jonker Applied to for-curr for 3.12-rcX Thx, -Vineet > --- > arch/a

[PATCH 1/2] ARC: Handle zero-overhead-loop in unaligned access handler

2013-09-26 Thread Mischa Jonker
If a load or store is the last instruction in a zero-overhead-loop, and it's misaligned, the loop would execute only once. This fixes that problem. Signed-off-by: Mischa Jonker --- arch/arc/kernel/unaligned.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arc/kernel/unaligned