Subject: CVS commit: [netbsd-3] src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 10/30/2005 02:15:01
Module Name:	src
Committed By:	jmc
Date:		Sun Oct 30 02:15:01 UTC 2005

Modified Files:
	src/sys/arch/sparc/sparc [netbsd-3]: cpu.c

Log Message:
Pullup rev 1.193 (requested by uwe in ticket #919)
 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.186 -r1.186.10.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.