Date: Thu, 22 May 2008 06:27:47 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 pmap.c Message-ID: <200805220627.m4M6Rlv6084146@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805220627.m4M6Rlv6084146>