Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/30/2001 00:27:50
Module Name:	syssrc
Committed By:	chs
Date:		Sat Sep 29 21:27:50 UTC 2001

Modified Files:
	syssrc/sys/kern: kern_lock.c

Log Message:
replace wakeup_one() with wakeup().  wakeup_one() can only be used if the
woken-up thread is guaranteed to pass the buck to the next guy before
going back to sleep, and the rest of the lockmgr() code doesn't do that.
from Bill Sommerfeld.  fixes PR 14097.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/kern/kern_lock.c

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