CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/01/18 10:04:11

Modified files:
        sys/arch/mips64/mips64: context.S 

Log message:
Do not call splx() from cpu_switchto(), we are at IPL_SCHED anyway and ipl will
be lowered later, by the caller. This was supposed to be harmless, but newly
created processes inherit a bogus level from proc0, which in turn causes a
race on MULTIPROCESSOR kernel.

Reply via email to