CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/08/30 13:07:00
Modified files:
sys/arch/powerpc64/dev: xive.c
Log message:
Reorganize the interrupt handler code to avoid a potential bogus KASSERT,
handle the priority levels better and guarantee ordering of restoring the
priority level after running an interrupt handler and checking for a new
interrupt.
