diff options
author | Nicholas Piggin <[email protected]> | 2020-09-15 21:46:45 +1000 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2020-10-06 23:22:23 +1100 |
commit | 903fd31d3212ab72d564c68f6cfb5d04db68773e (patch) | |
tree | 0b5c217be7466699a323f107ffa04590f728e7ec /drivers/usb/cdns3/cdns3-plat.c | |
parent | cdb1ea0276bd6a225aa1203b4829b8c3c0d4d069 (diff) |
powerpc/64: fix irq replay missing preempt
Prior to commit 3282a3da25bd ("powerpc/64: Implement soft interrupt
replay in C"), replayed interrupts returned by the regular interrupt
exit code, which performs preemption in case an interrupt had set
need_resched.
This logic was missed by the conversion. Adding preempt_disable/enable
around the interrupt replay and final irq enable will reschedule if
needed.
Fixes: 3282a3da25bd ("powerpc/64: Implement soft interrupt replay in C")
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 'drivers/usb/cdns3/cdns3-plat.c')
0 files changed, 0 insertions, 0 deletions