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:
008d7a9
)
powerpc: Add _GLOBAL_TOC for ABIv2 assembly functions exported to modules
author
Anton Blanchard
<anton@samba.org>
Thu, 3 Apr 2014 05:01:11 +0000
(16:01 +1100)
committer
Anton Blanchard
<anton@samba.org>
Wed, 23 Apr 2014 00:05:32 +0000
(10:05 +1000)
If an assembly function that calls back into c code is exported to
modules, we need to ensure r2 is setup correctly. There are only
two places crazy enough to do it (two of which are my fault).
Signed-off-by: Anton Blanchard <anton@samba.org>
No differences found