Subject: Re: CVS commit: [newlock2] src/sys/arch
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Andrew Doran <ad@netbsd.org>
List: tech-kern
Date: 10/23/2006 14:13:34
On Sun, Oct 22, 2006 at 12:39:15PM +0900, YAMAMOTO Takashi wrote:

> > Module Name:	src
> > Committed By:	ad
> > Date:		Fri Oct 20 19:26:48 UTC 2006
> > 
> > Modified Files:
> > 	src/sys/arch/amd64/amd64 [newlock2]: spl.S vector.S
> > 	src/sys/arch/amd64/include [newlock2]: frameasm.h proc.h
> > 	src/sys/arch/i386/include [newlock2]: frameasm.h proc.h
> > 
> > Log Message:
> > Make ASTs per-LWP.
> 
> why?

For _lwp_kill(). FWIW, the signals stuff is the only functional change I
want to make beyond locking, and is a byproduct of the locking changes.

Andrew