Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 12/02/2007 14:55:49
Module Name:	src
Committed By:	ad
Date:		Sun Dec  2 14:55:49 UTC 2007

Modified Files:
	src/sys/sys: lwp.h

Log Message:
mi_switch: adjust so that we don't have to hold the old LWP locked across
context switch, since cpu_switchto() can be slow under certain conditions.
From rmind@ with adjustments by me.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/sys/lwp.h

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