Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 01/04/2008 23:04:54
Module Name:	src
Committed By:	dsl
Date:		Fri Jan  4 23:04:54 UTC 2008

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c
	src/sys/arch/amd64/include: Makefile frame.h mcontext.h
Added Files:
	src/sys/arch/amd64/include: frame_regs.h

Log Message:
Change the way that the trap/intr/syscall frames and the __gregset_t[]
indexes are defined so that only a single list of the registers is used.
The code no longer relies on the two structures matching.
There should be no binary change.


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/amd64/include/Makefile
cvs rdiff -r1.12 -r1.13 src/sys/arch/amd64/include/frame.h
cvs rdiff -r0 -r1.1 src/sys/arch/amd64/include/frame_regs.h
cvs rdiff -r1.8 -r1.9 src/sys/arch/amd64/include/mcontext.h

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