Subject: CVS commit: syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 09/09/2002 05:32:40
Module Name:	syssrc
Committed By:	simonb
Date:		Mon Sep  9 02:32:39 UTC 2002

Modified Files:
	syssrc/sys/arch/mips/mips: locore.S locore_mips3.S

Log Message:
In the idle functions, set curproc to NULL and (#ifdef LOCKDEBUG) call
sched_unlock_idle before enabling interrupts.  LOCKDEBUG kernels now
boot successfully.

Thanks to Chris Gilbert for helping fix this.


To generate a diff of this commit:
cvs rdiff -r1.143 -r1.144 syssrc/sys/arch/mips/mips/locore.S
cvs rdiff -r1.82 -r1.83 syssrc/sys/arch/mips/mips/locore_mips3.S

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