Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/mips/mips
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 11/28/2001 12:19:16
Module Name:	syssrc
Committed By:	wdk
Date:		Wed Nov 28 10:19:16 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/mips [nathanw_sa]: mips_machdep.c

Log Message:
* Move struct siginfo into frame.h header file

* In cpu_upcall create a stack frame for carrying 2 extra arguments.
  We can only pass 4 arguments in registers, so sa_arg and sa_upcall
  needs to be passed on the stack.

* Use sadata_upcall_free()


To generate a diff of this commit:
cvs rdiff -r1.120.2.3 -r1.120.2.4 syssrc/sys/arch/mips/mips/mips_machdep.c

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