CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/02/04 14:52:43

Modified files:
        sys/arch/alpha/alpha: machdep.c trap.c 

Log message:
Restore spl (lowering it) with alpha_pal_swpipl() instead of splx() in the
code paths which can be run from ipi handlers, to avoid running soft interrupt
handlers if lowering ipl to 0. Soft interrupts will be processed upon returning
from the ipi interrupt anyway.

Reply via email to