Subject: Re: CVS commit: src/sys
To: None <ad@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 05/11/2007 16:09:55
> - proc_free: let lwp_free spin waiting for the last LWP to exit, there's
>   no reason to do it here.

> cvs rdiff -r1.171 -r1.172 src/sys/kern/kern_exit.c

it broke interrupt handlers which look at curproc.  eg. hardclock()

YAMAMOTO Takashi