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:
169c7ce
)
powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC()
author
Anton Blanchard
<anton@samba.org>
Thu, 3 Apr 2014 22:06:33 +0000
(09:06 +1100)
committer
Anton Blanchard
<anton@samba.org>
Wed, 23 Apr 2014 00:05:33 +0000
(10:05 +1000)
When testing the ftrace function tracer, I realised that ftrace_caller
and mcount are called from modules and they both call into C, therefore
they need the ABIv2 global entry point to establish r2.
Signed-off-by: Anton Blanchard <anton@samba.org>
No differences found