Subject: CVS commit: [netbsd-2] src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 10/30/2005 17:40:59
Module Name: src
Committed By: riz
Date: Sun Oct 30 17:40:59 UTC 2005
Modified Files:
src/sys/arch/sparc/sparc [netbsd-2]: cpu.c
Log Message:
Pull up following revision(s) (requested by uwe in ticket #5950):
sys/arch/sparc/sparc/cpu.c: revision 1.193
Compute c_totalsize for split caches correctly: it's max, not sum (and
we even have that documented in cache.h). Initialize c_nlines for
split caches.
This should fix srmmu cache flush routines for split I/D caches that
has been broken since cache.c revision 1.79 started using c_nlines.
To generate a diff of this commit:
cvs rdiff -r1.181.2.2 -r1.181.2.2.2.1 src/sys/arch/sparc/sparc/cpu.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.