Subject: CVS commit: [nathanw_sa] syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Wayne Knowles <wdk@netbsd.org>
List: source-changes
Date: 11/29/2001 13:08:38
Module Name:	syssrc
Committed By:	wdk
Date:		Thu Nov 29 11:08:38 UTC 2001

Modified Files:
	syssrc/sys/arch/mips/include [nathanw_sa]: frame.h

Log Message:
Mips calling convention requires stack space be allocated for the
register passed arguments.   Update struct saframe definition to reflect
the calling convention.  This ensures the 5th argument to the upcall
handler (which has to be passed on the stack) lands in the correct address.


To generate a diff of this commit:
cvs rdiff -r1.1.2.1 -r1.1.2.2 syssrc/sys/arch/mips/include/frame.h

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