summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-02-13 07:26:40 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2017-02-17 02:58:51 +0300
commite471c393dfafff54c65979cbda7d5a0eb38590f4 (patch)
treebf950d78f644caaf25ebcf2f43fdd8d837502370 /tools/perf/scripts/python
parenta42715830d552d7c0e3be709383ece4832453275 (diff)
downloadlinux-e471c393dfafff54c65979cbda7d5a0eb38590f4.tar.xz
powerpc/mm: Convert slb_finish_load[_1T] to local symbols
slb_finish_load and slb_finish_load_1T are both only used within slb_low.S, so make them local symbols. This makes the code a little clearer, as it's more obvious neither is intended to be an entry point from arbitrary other code, only the uses in this file. It also prevents them being used with kprobes and other tracing tools, which is good because we're not able to safely take traps at these locations, so making them local symbols avoids us needing to blacklist them. Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions