diff options
| author | Nicholas Piggin <[email protected]> | 2021-01-30 23:08:16 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-02-09 00:02:08 +1100 |
| commit | a01a3f2ddbcda83e8572787c0ec1dcbeba86915a (patch) | |
| tree | 497891fcc997665e9e4d57cc6cf8fdf19c5bf72a /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | a4922f5442e7e6ce85da304e224d940edec2f1fb (diff) | |
powerpc: remove arguments from fault handler functions
Make mm fault handlers all just take the pt_regs * argument and load
DAR/DSISR from that. Make those that return a value return long.
This is done to make the function signatures match other handlers, which
will help with a future patch to add wrappers. Explicit arguments could
be added for performance but that would require more wrapper macro
variants.
Signed-off-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions