CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2025/09/14 09:09:36
Modified files: sys/arch/arm64/arm64: intr.c sys/arch/armv7/armv7: intr.c sys/arch/riscv64/riscv64: intr.c Log message: Fix disestablishing pre-registered interrupts. We need to remove them from the list if they haven't been taken over by the real interrupt controller instead of the other way around. Fix some inconsistencies between architectures while there. ok jca@