summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-02-13 07:44:59 +0000
committerrwatson <rwatson@FreeBSD.org>2002-02-13 07:44:59 +0000
commit33a1e03065883ff6b380b20524a808d249142753 (patch)
tree7d12bae6d330b6932317653a50f274d22b61cef8 /sys/alpha
parente30d9a8fbd05d006ada11bbd376638ab29e941c6 (diff)
downloadFreeBSD-src-33a1e03065883ff6b380b20524a808d249142753.zip
FreeBSD-src-33a1e03065883ff6b380b20524a808d249142753.tar.gz
Remove WITNESS from GENERIC by default: as we grow more locks, this gets
slower, and may be impeding adoption of -CURRENT by developers. We recommend turning on WITNESS by default on crash boxes, and when doing locking development. It will probably get turned on by default for a week or two following any major locking commits, also. Approved by: all and sundry (jhb, phk, ...)
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC2
-rw-r--r--sys/alpha/conf/NOTES2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index f544715..1504391 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -75,7 +75,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS #Enable mutex checks to detects deadlocks and cycles
+#options WITNESS #Enable mutex checks to detects deadlocks and cycles
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES
index f544715..1504391 100644
--- a/sys/alpha/conf/NOTES
+++ b/sys/alpha/conf/NOTES
@@ -75,7 +75,7 @@ options _KPOSIX_PRIORITY_SCHEDULING
options DDB #Enable the kernel debugger
options INVARIANTS #Enable calls of extra sanity checking
options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS #Enable mutex checks to detects deadlocks and cycles
+#options WITNESS #Enable mutex checks to detects deadlocks and cycles
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud