Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 09/25/2007 21:39:00
Module Name: src
Committed By: ad
Date: Tue Sep 25 21:39:00 UTC 2007
Modified Files:
src/sys/kern: kern_lwp.c kern_synch.c
Log Message:
curlwp appears to be set by all active copies of cpu_switchto - remove
the MI assignments and assert that it's set in mi_switch().
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/kern/kern_lwp.c
cvs rdiff -r1.194 -r1.195 src/sys/kern/kern_synch.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.