Subject: CVS commit: syssrc [sommerfeld_i386mp_1]
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 01/08/2001 17:30:42
Module Name:	syssrc
Committed By:	sommerfeld
Date:		Mon Jan  8 15:30:42 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/i386 [sommerfeld_i386mp_1]: machdep.c
	syssrc/sys/arch/i386/include [sommerfeld_i386mp_1]: cpu.h

Log Message:
Mostly fix cpu identification:
 - move globals which contain per-cpu state into cpu_info.
 - fix cache size probing to work off of cpu_info rather than globals
 - print out itlb/dtlb sizes
 - add a few more cache identifiers from the latest version of AP-485

cpu timing, cache probing, and processor serial number lookup still
happens only on the main cpu; this needs to be restructured; mark what
code needs to move into per-cpu probe code.

While we're here, eradicate "cpu_info_store" in favor of "cpu_info_primary".


To generate a diff of this commit:
cvs rdiff -r1.376.2.15 -r1.376.2.16 syssrc/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.59.2.18 -r1.59.2.19 syssrc/sys/arch/i386/include/cpu.h

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