diff options
| author | Nicholas Piggin <[email protected]> | 2021-01-30 23:08:43 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2021-02-09 00:10:48 +1100 |
| commit | 6fdb0f410bb026ade092039a6c2655a53323c996 (patch) | |
| tree | 9a1eab737b01ffd646c612a8919375cb3c5936fe /tools/perf/scripts/python | |
| parent | 540d4d34bef4ec58aba12b159030492616d6f54e (diff) | |
powerpc/64: add context tracking to asynchronous interrupts
Previously context tracking was not done for asynchronous interrupts,
(those that run in interrupt context), and if those would cause a
reschedule when they exit, then scheduling functions (schedule_user,
preempt_schedule_irq) call exception_enter/exit to fix this up and
exit user context.
This is a hack we would like to get away from, so do context tracking
for asynchronous interrupts too.
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')
0 files changed, 0 insertions, 0 deletions