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:
c865415
)
[XTENSA] Fix clobbered register in asm macro
author
Chris Zankel
<chris@zankel.net>
Tue, 23 Oct 2007 17:58:53 +0000
(10:58 -0700)
committer
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 01:06:41 +0000
(17:06 -0800)
We dangerously re-used an input operand to an asm macro
without defining a constraint. By defining a separate
output operand (instead of input/output operand), the
compiler is more flexible during register allocation.
Signed-off-by: Chris Zankel <chris@zankel.net>
No differences found