CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/01/28 13:23:36

Modified files:
        sys/arch/alpha/alpha: vm_machdep.c 

Log message:
In cpu_fork(), make sure to set the IPL of the new process to IPL_IPI on
MULTIPROCESSOR kernels, instead of IPL_NONE; they need to be ipi-safe until
proc_trampoline_mp() runs, which will also take care of lowering the ipl
to IPL_NONE.
One less race in the MP kernel, unfortunately a few more to go...

Reply via email to