Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Mindaugas Rasiukevicius <rmind@netbsd.org>
List: source-changes
Date: 05/31/2007 06:24:24
Module Name:	src
Committed By:	rmind
Date:		Thu May 31 06:24:24 UTC 2007

Modified Files:
	src/sys/kern: kern_exit.c sys_aio.c
	src/sys/sys: aio.h

Log Message:
Make AIO initialization MP-safe.

Actually, lwp_exit() with (l != curlwp) will not work.
This fix might be pulled up from vmlocking branch.


To generate a diff of this commit:
cvs rdiff -r1.179 -r1.180 src/sys/kern/kern_exit.c
cvs rdiff -r1.4 -r1.5 src/sys/kern/sys_aio.c
cvs rdiff -r1.4 -r1.5 src/sys/sys/aio.h

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