Subject: CVS commit: syssrc/sys/arch/pc532
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 07/10/2002 02:10:05
Module Name:	syssrc
Committed By:	simonb
Date:		Tue Jul  9 23:10:04 UTC 2002

Modified Files:
	syssrc/sys/arch/pc532/include: frame.h
	syssrc/sys/arch/pc532/pc532: genassym.cf locore.s machdep.c

Log Message:
During native signal delivery, arrange to have the signal handler invoked
directly, using the trampoline only for the return path.  Saves a jsr and
movqd insn in the trampoline.
Changes gratuitously ripped off the i386 work for same.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/pc532/include/frame.h
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/pc532/pc532/genassym.cf
cvs rdiff -r1.65 -r1.66 syssrc/sys/arch/pc532/pc532/locore.s
cvs rdiff -r1.128 -r1.129 syssrc/sys/arch/pc532/pc532/machdep.c

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