CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2009/10/22 14:59:24
Modified files: sys/arch/mips64/include: cpu.h sys/arch/mips64/mips64: interrupt.c softintr.c sys/arch/sgi/localbus: macebus.c sys/arch/sgi/sgi: genassym.cf ip27_machdep.c sys/arch/sgi/xbow: xheart.c Log message: With the splx() changes, it is no longer necessary to remember which interrupt sources were masked and saved in ci_ipending, as splx() will unmask what needs to be unmasked anyway. ci_ipending only now needs to store pending soft interrupts, so rename it to ci_softpending.