Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/11/2006 03:46:43
Module Name:	src
Committed By:	thorpej
Date:		Wed Oct 11 03:46:42 UTC 2006

Modified Files:
	src/sys/kern: kern_lwp.c
	src/sys/sys: lwp.h

Log Message:
Upon further reflection, make lwp_{get,set}specific() operate only on
curlwp.  Things that need to operate on "other" LWPs will get a very
special (and very private) API for their needs.


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/kern/kern_lwp.c
cvs rdiff -r1.43 -r1.44 src/sys/sys/lwp.h

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