Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Andrew Doran <ad@netbsd.org>
List: source-changes
Date: 06/15/2007 18:29:53
Module Name:	src
Committed By:	ad
Date:		Fri Jun 15 18:29:53 UTC 2007

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

Log Message:
proc_free: avoid a potential race where we could free struct proc before
the last LWP in the process is off the CPU. Noted by yamt@.


To generate a diff of this commit:
cvs rdiff -r1.181 -r1.182 src/sys/kern/kern_exit.c

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