aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNeel Natu <neel@FreeBSD.org>2014-01-20 01:59:35 +0000
committerNeel Natu <neel@FreeBSD.org>2014-01-20 01:59:35 +0000
commit84cc772fe5d70a650e235dcd41ccf7a43b464072 (patch)
tree6f5d245deafa159fb69e07c898b2f5df458bc2d6 /sys
parentae978c36820f7f2025cb2e8e102a158bff7c4f52 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_witness.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_witness.c b/sys/kern/subr_witness.c
index 9315133c083d2..d2ba7a9944d2d 100644
--- a/sys/kern/subr_witness.c
+++ b/sys/kern/subr_witness.c
@@ -132,7 +132,7 @@ __FBSDID("$FreeBSD$");
/* Define this to check for blessed mutexes */
#undef BLESSING
-#define WITNESS_COUNT 1024
+#define WITNESS_COUNT 1536
#define WITNESS_CHILDCOUNT (WITNESS_COUNT * 4)
#define WITNESS_HASH_SIZE 251 /* Prime, gives load factor < 2 */
#define WITNESS_PENDLIST 1024