Subject: Re: Final reaper removal patch
To: None <jdolecek@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 01/09/2004 17:03:57
hi,

> the final patch is available on
> 
> 	ftp://ftp.NetBSD.org/pub/NetBSD/misc/jdolecek/reaper.diff
> 
> This change removes for reaper thread, optimizing process exit
> path.

lwp_exit2() should acquire kernel lock.  otherwise it deadlocks.

YAMAMOTO Takashi