Date: Thu, 16 Nov 2006 07:50:33 +0000 (UTC) From: Kip Macy <kmacy@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sun4v/sun4v pmap.c tte_hash.c src/sys/sun4v/include tte_hash.h Message-ID: <200611160750.kAG7oYlJ015643@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kmacy 2006-11-16 07:50:33 UTC
FreeBSD src repository
Modified files:
sys/sun4v/sun4v tte_hash.c pmap.c
sys/sun4v/include tte_hash.h
Log:
Resize the hash table upwards if the number of collision entries is greater than 1/4 of the
total
it is possible that the resize threshold should be revised upwards
Approved by: scottl (standing in for mentor rwatson)
Revision Changes Path
1.3 +2 -2 src/sys/sun4v/include/tte_hash.h
1.7 +38 -19 src/sys/sun4v/sun4v/pmap.c
1.3 +78 -41 src/sys/sun4v/sun4v/tte_hash.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611160750.kAG7oYlJ015643>
