Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 10/13/2007 00:13:05
Module Name:	src
Committed By:	rmind
Date:		Sat Oct 13 00:13:05 UTC 2007

Modified Files:
	src/sys/kern: kern_sleepq.c

Log Message:
sleepq_remove: Do not call sched_wakeup() when thread is running.
This fixes a locking problem, when l_cpu is changed in LSONPROC state.
Possible case was noted by <ad>.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/kern/kern_sleepq.c

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