Subject: CVS commit: syssrc/sys/arch/m68k
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 07/04/2002 04:50:41
Module Name:	syssrc
Committed By:	thorpej
Date:		Thu Jul  4 01:50:40 UTC 2002

Modified Files:
	syssrc/sys/arch/m68k/include: signal.h
	syssrc/sys/arch/m68k/m68k: sig_machdep.c sigcode.s

Log Message:
During signal delivery, arrange to have the signal handler invoked
directly, using the trampoline only for the return path.  Saves a
"jsr" in the trampoline.

Reviewed, tested and OK'd by Steve Woodford.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/arch/m68k/include/signal.h
cvs rdiff -r1.15 -r1.16 syssrc/sys/arch/m68k/m68k/sig_machdep.c
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/m68k/m68k/sigcode.s

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