Subject: CVS commit: [yamt-idlelwp] src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 04/16/2007 23:45:54
Module Name:	src
Committed By:	ad
Date:		Mon Apr 16 23:45:53 UTC 2007

Modified Files:
	src/sys/kern [yamt-idlelwp]: kern_lwp.c

Log Message:
lwp_exit, lwp_free: also use the LW_RUNNING flag to synchronize collection
of the dead LWP. If an interrupt handler changes curlwp, it could be reaped
while still on the CPU.


To generate a diff of this commit:
cvs rdiff -r1.55.2.11 -r1.55.2.12 src/sys/kern/kern_lwp.c

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