PERFORCE change 100541 for review

Kip Macy kmacy at FreeBSD.org
Tue Jul 4 05:35:23 UTC 2006


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

Change 100541 by kmacy at kmacy_storage:sun4v_work_stable on 2006/07/04 05:34:21

	be a bit more permissive with TSB sizing until I have time to implement dynamic resizing

Affected files ...

.. //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/sun4v/tsb.c#3 edit

Differences ...

==== //depot/projects/kmacy_sun4v_stable/src/sys/sun4v/sun4v/tsb.c#3 (text+ko) ====

@@ -58,7 +58,7 @@
 CTASSERT(sizeof(tte_t) == sizeof(uint64_t));
 #define TSB_MASK(tsb) ((tsb->hvtsb_ntte) - 1)
 /* make TSB start off at the same size as the hash */
-#define TSB_SIZE      (1 << HASH_ENTRY_SHIFT)
+#define TSB_SIZE       8
 
 #ifdef DEBUG_TSB
 #define DPRINTF printf


More information about the p4-projects mailing list