Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Gregory McGarry <gmcgarry@netbsd.org>
List: source-changes
Date: 09/22/2002 09:51:12
Module Name:	syssrc
Committed By:	gmcgarry
Date:		Sun Sep 22 06:51:12 UTC 2002

Modified Files:
	syssrc/sys/arch/i386/i386: locore.s
	syssrc/sys/arch/i386/include: types.h

Log Message:
MD component of the new cpu_switch() interface.  Introduces nextrunqueue(),
cpu_idle() and new cpu_switch() to replace the old cpu_switch()
which did the lot.  Runs leaner without overly blocking interrupts.

Includes cleanup of the RAS code to make use of callee-saved registers.

Benchmarks on DX4 @ 100MHz reveal a slight performance improvement
but probably not statistically signficant.  More TBD to verify this.

Changes passed a pounding on Athlon @ 1GHz too.


To generate a diff of this commit:
cvs rdiff -r1.258 -r1.259 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/i386/include/types.h

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