diff options
author | Christophe Leroy <[email protected]> | 2021-08-10 16:13:17 +0000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2021-08-12 22:22:57 +1000 |
commit | 01fcac8e4dfc112f420dcaeb70056a74e326cacf (patch) | |
tree | 23e8cda117ac3e95951a87ee7586efb12a3795fb /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 98694166c27d473c36b434bd3572934c2f2a16ab (diff) |
powerpc/interrupt: Do not call single_step_exception() from other exceptions
single_step_exception() is called by emulate_single_step() which
is called from (at least) alignment exception() handler and
program_check_exception() handler.
Redefine it as a regular __single_step_exception() which is called
by both single_step_exception() handler and emulate_single_step()
function.
Fixes: 3a96570ffceb ("powerpc: convert interrupt handlers to use wrappers")
Cc: [email protected] # v5.12+
Signed-off-by: Christophe Leroy <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/aed174f5cbc06f2cf95233c071d8aac948e46043.1628611921.git.christophe.leroy@csgroup.eu
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions