Subject: CVS commit: [nathanw_sa] syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 12/05/2002 00:40:46
Module Name:	syssrc
Committed By:	nathanw
Date:		Wed Dec  4 22:40:45 UTC 2002

Modified Files:
	syssrc/sys/kern [nathanw_sa]: kern_synch.c

Log Message:
In resetprocpriority(), iterate with l_sibling, not l_list, so as to
only iterate over the LWPs in a process, not every entry on the alllwp
list after this process(!).


To generate a diff of this commit:
cvs rdiff -r1.101.2.26 -r1.101.2.27 syssrc/sys/kern/kern_synch.c

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