Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 2006 07:03:08 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 96355 for review
Message-ID:  <200604290703.k3T738s6019029@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=96355

Change 96355 by kmacy@kmacy_storage:sun4v_rwbuf on 2006/04/29 07:02:39

	cache size is expected to be kilobytes not bytes

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/identcpu.c#4 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/identcpu.c#4 (text+ko) ====

@@ -33,7 +33,7 @@
 	/* XXX SUN4V_FIXME - this is hardcoded for the T1
 	 * this info should really be pulled from the machine description
 	 */
-	*size = 3*1024*1024; 
+	*size = 3*1024; 
 	*ways = 12;
 }
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604290703.k3T738s6019029>