Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/03/2001 00:07:03
Module Name: syssrc
Committed By: thorpej
Date: Wed May 2 21:07:03 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: machdep.c
syssrc/sys/arch/i386/include: cpu.h
Log Message:
- Keep cache/tlb info in the cpu_info structure.
- Add "associativity" to the cache_info structure.
- Add a (*cpu_cacheinfo)() function pointer, like we have a
(*cpu_setup)() function pointer. Cache info in the `cpuid'
is vendor-specific.
To generate a diff of this commit:
cvs rdiff -r1.436 -r1.437 syssrc/sys/arch/i386/i386/machdep.c
cvs rdiff -r1.68 -r1.69 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.