Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/15/2005 21:37:46
Module Name:	src
Committed By:	fvdl
Date:		Sun May 15 21:37:46 UTC 2005

Modified Files:
	src/sys/arch/amd64/amd64: machdep.c pmap.c process_machdep.c
	src/sys/arch/amd64/include: mcontext.h pcb.h segments.h

Log Message:
Optionally include saving and restoring the 64bit %gs and %fs base register
values in the PCB. Do this in pmap_activate for now (XXX not a good place
for it, but a convenient one).


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -r1.16 -r1.17 src/sys/arch/amd64/amd64/pmap.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/amd64/amd64/process_machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/amd64/include/mcontext.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/amd64/include/pcb.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/amd64/include/segments.h

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