Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 05/08/2001 08:36:02
Module Name:	syssrc
Committed By:	nisimura
Date:		Tue May  8 05:36:02 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/mips: vm_machdep.c

Log Message:
Make sure to have spl0 condition whenever a new thread of control
is created.  System kthreads are mistakenly left splhigh state.

pcb0 has an initial SR value for spl0 condition which are expected to
be propagated to all of children


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 syssrc/sys/arch/mips/mips/vm_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.