Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 08/18/2000 17:01:13
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Fri Aug 18 14:01:12 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: locore.s mptramp.s

Log Message:
Revised (brutally hacked) cpu_switch and idle which deals with the
multiprocessor case.  Works, but Really Ugly (code duplication, eliminates
APM hooks and idle-page-zero, switches to idle PCB even on uniprocessor).
In need of rewrite..


To generate a diff of this commit:
cvs rdiff -r1.215.2.10 -r1.215.2.11 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.1.2.1 -r1.1.2.2 syssrc/sys/arch/i386/i386/mptramp.s

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