Module Name: src Committed By: jmcneill Date: Mon Feb 17 11:14:49 UTC 2025
Modified Files: src/sys/arch/powerpc/pic: intr.c picvar.h Log Message: powerpc: Don't enable interrupts before calling cascaded intr handler. Before calling a normal interrupt handler, the pic code adjusts cpl and enables interrupts. Don't do this with interrupt sources that feed cascaded pics as the resulting handler will do it anyway, and it can result in multiple interrupts firing on the parent pic just to service a single interrupt on the child. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/powerpc/pic/intr.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/powerpc/pic/picvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.