diff options
| author | Nicholas Piggin <[email protected]> | 2021-06-18 01:51:08 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-06-25 00:06:56 +1000 |
| commit | f23699c93becd746295aaa506537882a46a62219 (patch) | |
| tree | ea44289996524915c83e6876b39babbe6a640ff8 /tools/perf/scripts/python/bin | |
| parent | 63e40806eea984f770c992120bbfd71b589ea580 (diff) | |
powerpc/64: allow alternate return locations for soft-masked interrupts
The exception table fixup adjusts a failed page fault's interrupt return
location if it was taken at an address specified in the exception table,
to a corresponding fixup handler address.
Introduce a variation of that idea which adds a fixup table for NMIs and
soft-masked asynchronous interrupts. This will be used to protect
certain critical sections that are sensitive to being clobbered by
interrupts coming in (due to using the same SPRs and/or irq soft-mask
state).
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')
0 files changed, 0 insertions, 0 deletions