|
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 (miod
cvs.openbsd.org)
Date: Mon Jan 18 2010 - 11:04:11 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: miod
cvs.openbsd.org 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.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]