]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create the bucket mutexes with MTX_NOWITNESS. There's now a
authormarcel <marcel@FreeBSD.org>
Thu, 22 May 2008 06:27:46 +0000 (06:27 +0000)
committermarcel <marcel@FreeBSD.org>
Thu, 22 May 2008 06:27:46 +0000 (06:27 +0000)
commitae2d712eedc987564b1ae5addf3740490e40abb4
tree12407bae5894ace9eed30b923d2e14a8d9d40e4e
parent1f1c4e3e67b182ececc1bb5c6c512d0637d1d978
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...
sys/ia64/ia64/pmap.c