Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/13/2003 09:35:17
Module Name:	src
Committed By:	fvdl
Date:		Tue May 13 09:35:16 UTC 2003

Modified Files:
	src/sys/arch/amd64/amd64: locore.S
	src/sys/arch/i386/i386: locore.S

Log Message:
While the previous change actually made the code do what it intended,
it was still wrong. cpu_switch() must return 1 when it switched to
a different LWP, 0 if it didn't. It was doing exactly the reverse.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/amd64/amd64/locore.S
cvs rdiff -r1.9 -r1.10 src/sys/arch/i386/i386/locore.S

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