Subject: CVS commit: src/sys/arch/sparc/sparc
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 10/25/2005 22:12:07
Module Name:	src
Committed By:	uwe
Date:		Tue Oct 25 22:12:07 UTC 2005

Modified Files:
	src/sys/arch/sparc/sparc: cpu.c

Log Message:
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.192 -r1.193 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.