git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a10c2a
)
ARC: Handle zero-overhead-loop in unaligned access handler
author
Mischa Jonker
<mjonker@synopsys.com>
Thu, 26 Sep 2013 13:44:56 +0000
(15:44 +0200)
committer
Vineet Gupta
<vgupta@synopsys.com>
Fri, 27 Sep 2013 10:58:23 +0000
(16:28 +0530)
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 <mjonker@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
No differences found