Subject: Re: Performance tweak for m68k signal delivery
To: ITOH Yasufumi <itohy@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: port-m68k
Date: 07/03/2002 18:36:43
On Thu, Jul 04, 2002 at 10:25:49AM +0900, ITOH Yasufumi wrote:
> Oh, I see. You mean the change includes allowing signal handler to use
> the third parameter.
>
> void handler(int signo, int code, struct sigcontext *scp) {...}
>
> If so, yes, we should recompute the pointer to sigcontext.
Technically, BSD signal handlers have always been allowed to do so.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>