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:
b67360d
)
[XTENSA] Prevent inlining ISS platform asm constructs
author
Marc Gauthier
<marc@gums.hq.tensilica.com>
Fri, 21 Sep 2007 23:38:09 +0000
(16:38 -0700)
committer
Chris Zankel
<chris@zankel.net>
Thu, 14 Feb 2008 01:04:56 +0000
(17:04 -0800)
The simcall asm macro assumes Windowed ABI parameter passing
in registers, and doesn't work if its containing function gets
inlined. This fix prevents that from happening.
Signed-off-by: Marc Gauthier <marc@tensilica.com>
No differences found