From owner-cvs-src@FreeBSD.ORG Thu May 22 06:27:47 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6AD12106564A; Thu, 22 May 2008 06:27:47 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 44F9C8FC1B; Thu, 22 May 2008 06:27:47 +0000 (UTC) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4M6Rlce084147; Thu, 22 May 2008 06:27:47 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4M6Rlv6084146; Thu, 22 May 2008 06:27:47 GMT (envelope-from marcel) Message-Id: <200805220627.m4M6Rlv6084146@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 22 May 2008 06:27:47 +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/ia64/ia64 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2008 06:27:47 -0000 marcel 2008-05-22 06:27:47 UTC FreeBSD src repository Modified files: sys/ia64/ia64 pmap.c Log: Create the bucket mutexes with MTX_NOWITNESS. There's now a hard limit of 512 pending mutexes in the witness code and we can easily have 1 million bucket mutexes initialized before witness is up and running. Bumping the limit from 512 to 1M is not really an option here... Revision Changes Path 1.202 +1 -1 src/sys/ia64/ia64/pmap.c