Subject: CVS commit: src/sys/arch/x86_64/x86_64
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 01/30/2003 04:05:01
Module Name: src
Committed By: fvdl
Date: Thu Jan 30 02:05:00 UTC 2003
Modified Files:
src/sys/arch/x86_64/x86_64: genassym.cf machdep.c vector.S
Log Message:
Use flag to indicate whether an LWP should return to userspace via
sysret (should it have entered through syscall), or via a plain
iret. This can be done more quicker and dirtier, but I've decided
against that for now.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/x86_64/x86_64/genassym.cf
cvs rdiff -r1.26 -r1.27 src/sys/arch/x86_64/x86_64/machdep.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/x86_64/x86_64/vector.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.