Subject: CVS commit: src/sys/rump/librump/rumpkern
To: None <source-changes@NetBSD.org>
From: Antti Kantee <pooka@netbsd.org>
List: source-changes
Date: 11/04/2007 18:46:29
Module Name: src
Committed By: pooka
Date: Sun Nov 4 18:46:29 UTC 2007
Modified Files:
src/sys/rump/librump/rumpkern: ltsleep.c
Log Message:
Fix some comments: thinking of it more closely, it is actually safe
to release the sleep interlock before calling cv_wait() because we
are protected by the list mutex which prevents a wakeup race.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/rump/librump/rumpkern/ltsleep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.