OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Thu Oct 22 2009 - 15:59:24 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.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.