Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 01/09/2001 05:29:53
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Tue Jan  9 03:29:52 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: locore.s
	syssrc/sys/arch/i386/isa [sommerfeld_i386mp_1]: npx.c

Log Message:
Fix two bugs preventing this from working if !MULTIPROCESSOR
 1) ci->ci_curproc is not (yet) used in uniprocessor mode.
 2) change a "pushl cpu_info_primary" to the intended
	"pushl $cpu_info_primary" (oops)


To generate a diff of this commit:
cvs rdiff -r1.215.2.20 -r1.215.2.21 syssrc/sys/arch/i386/i386/locore.s
cvs rdiff -r1.70.8.8 -r1.70.8.9 syssrc/sys/arch/i386/isa/npx.c

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