Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 05/03/2001 19:55:34
Module Name: syssrc
Committed By: thorpej
Date: Thu May 3 16:55:33 UTC 2001
Modified Files:
syssrc/sys/arch/i386/i386: machdep.c
Log Message:
- Fix a couple of botches in the AMD L2 cache info fetching.
- Start with 2 initial color bins, and recolor once we've determined
the number of color bins based on the formula:
(largest_cache_size / associativity) / PAGE_SIZE
To generate a diff of this commit:
cvs rdiff -r1.439 -r1.440 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.