Module Name: src Committed By: jmcneill Date: Sun Feb 16 09:55:00 UTC 2025
Modified Files: src/sys/arch/powerpc/pic: intr.c Log Message: powerpc: Mask interrupts after returning from handler. Now that we are explicitly masking interrupts on entry of pic_handle_intr, we need to disable (instead of store) interrupts after calling intr_deliver. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/arch/powerpc/pic/intr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.