diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2014-06-17 06:15:32 (GMT) |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-06-24 04:05:32 (GMT) |
commit | d997c00c5a9b61474f7ff5f27ed64173bb007987 (patch) | |
tree | 7883aa7e32948134ebca9a68fe955bfa1a3e8941 /REPORTING-BUGS | |
parent | 2055fb41ea6bf9507d94b3515528249ce12409e3 (diff) | |
download | linux-d997c00c5a9b61474f7ff5f27ed64173bb007987.tar.xz |
powerpc: Add ppc_global_function_entry()
ABIv2 has the concept of a global and local entry point to a function.
In most cases we are interested in the local entry point, and so that is
what ppc_function_entry() returns.
However we have a case in the ftrace code where we want the global entry
point, and there may be other places we need it too. Rather than special
casing each, add an accessor.
For ABIv1 and 32-bit there is only a single entry point, so we return
that. That means it's safe for the caller to use this without also
checking the ABI version.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions