Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/29/2002 21:48:23
Module Name:	syssrc
Committed By:	jdolecek
Date:		Fri Nov 29 19:48:22 UTC 2002

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

Log Message:
selwakeup(): don't bother with pfind() in SI_COLL case; sel_pid is always zero
in this case, and even if not, the process would be already woken up by the
wakeup() call
change sent as part of kern/17517 by David Laight

XXX perhaps should KASSERT() sel_pid is zero in the SI_COLL case


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 syssrc/sys/kern/sys_generic.c

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