From owner-cvs-src@FreeBSD.ORG  Thu Nov 16 07:50:34 2006
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 873A216A40F;
	Thu, 16 Nov 2006 07:50:34 +0000 (UTC)
	(envelope-from kmacy@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 41DF443D45;
	Thu, 16 Nov 2006 07:50:34 +0000 (GMT)
	(envelope-from kmacy@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAG7oYMg015644;
	Thu, 16 Nov 2006 07:50:34 GMT
	(envelope-from kmacy@repoman.freebsd.org)
Received: (from kmacy@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAG7oYlJ015643;
	Thu, 16 Nov 2006 07:50:34 GMT (envelope-from kmacy)
Message-Id: <200611160750.kAG7oYlJ015643@repoman.freebsd.org>
From: Kip Macy <kmacy@FreeBSD.org>
Date: Thu, 16 Nov 2006 07:50:33 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/sun4v/sun4v pmap.c tte_hash.c
 src/sys/sun4v/include tte_hash.h
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 16 Nov 2006 07:50:34 -0000

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