Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2006 05:35:22 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 100541 for review
Message-ID:  <200607040535.k645ZMYp093668@repoman.freebsd.org>

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

Change 100541 by kmacy@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



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