Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 08/15/2000 21:21:45
Module Name:	syssrc
Committed By:	fvdl
Date:		Tue Aug 15 18:21:45 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: machdep.c

Log Message:
Move identifycpu to a place where it gets called earlier in the process,
so that special setup functions needed for some CPUs will be run before
some things (like UVM) are inited.

Add vm_page_zero_enable = FALSE to the cyrix 6x86 case, as page zeroing
while idle causes problems.


To generate a diff of this commit:
cvs rdiff -r1.392 -r1.393 syssrc/sys/arch/i386/i386/machdep.c

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