Subject: CVS commit: syssrc/sys/arch/x86_64/include
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/29/2002 02:09:36
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue May 28 23:09:36 UTC 2002

Modified Files:
	syssrc/sys/arch/x86_64/include: frameasm.h

Log Message:
Add definition for CPU-private data (in a remapped page in the data
segment). Somewhat of a kludge to be able to switch stack pointers
in in the syscall entry point without clobering a register, avoiding
the terror of 'swapgs'.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/x86_64/include/frameasm.h

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