commit | 5e66684fe4c71e4d62d6a5d313057185ac0890cc | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Fri Apr 04 09:06:33 2014 +1100 |
committer | Anton Blanchard <anton@samba.org> | Wed Apr 23 10:05:33 2014 +1000 |
tree | 08d556a7203fdcb04eb6ce5373703fb846b147e0 | |
parent | 169c7cee3131cdf5e2f2d2a6c722c7db0283bcd5 [diff] |
powerpc: ftrace_caller, _mcount is exported to modules so needs _GLOBAL_TOC() 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>