Subject: CVS commit: src/sys/arch/x86_64
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/26/2003 16:12:12
Module Name:	src
Committed By:	fvdl
Date:		Sun Jan 26 14:12:11 UTC 2003

Modified Files:
	src/sys/arch/x86_64/include: frame.h frameasm.h mcontext.h
	src/sys/arch/x86_64/x86_64: genassym.cf

Log Message:
Rearrange the trapframe and mcontext to put the registers used for
argument passing to be in front, in order. Define constants for
offsets inside frames, to avoid having to redo asm code should they
change again.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/x86_64/include/frame.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/x86_64/include/frameasm.h
cvs rdiff -r1.1 -r1.2 src/sys/arch/x86_64/include/mcontext.h
cvs rdiff -r1.9 -r1.10 src/sys/arch/x86_64/x86_64/genassym.cf

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