diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-09 15:55:43 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-02-10 05:28:06 +0300 |
commit | 99ad503287daf78e19e64e0e51f1d60a2a592217 (patch) | |
tree | 900734d285c8592b9c933e5a1eca31a5ea15c0c0 /tools/perf/scripts/python/syscall-counts.py | |
parent | be9ba9ff93cc3e44dc46da9ed25655780069411a (diff) | |
download | linux-99ad503287daf78e19e64e0e51f1d60a2a592217.tar.xz |
powerpc: Add a prototype for mcount() so it can be versioned
Currently we get a warning that _mcount() can't be versioned:
WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
Add a prototype to asm-prototypes.h to fix it.
The prototype is not really correct, mcount() is not a normal function,
it has a special ABI. But for the purpose of versioning it doesn't
matter.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions