CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2025/05/10 05:06:36
Modified files: sys/arch/sparc64/sparc64: intr.c Log message: sparc64: Mask IPL_MPSAFE in softintr_establish() sparc64 is now the only MD softintr platform with non-zero IPL_MPSAFE flag. Mask this flag in sparc64 softintr_establish() so that it becomes possible to use IPL_MPSAFE with the softintr_establish() API. OK miod@