PERFORCE change 96355 for review

Kip Macy kmacy at FreeBSD.org
Sat Apr 29 07:03:19 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=96355

Change 96355 by kmacy at 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;
 }
 


More information about the p4-projects mailing list