diff options
author | rwatson <rwatson@FreeBSD.org> | 2002-02-13 07:44:59 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2002-02-13 07:44:59 +0000 |
commit | 33a1e03065883ff6b380b20524a808d249142753 (patch) | |
tree | 7d12bae6d330b6932317653a50f274d22b61cef8 /sys | |
parent | e30d9a8fbd05d006ada11bbd376638ab29e941c6 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 2 | ||||
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/ia64/conf/GENERIC | 2 |
5 files changed, 5 insertions, 5 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 diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index dec9a76..7385369 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -59,7 +59,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev 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 two are needed #options SMP # Symmetric MultiProcessor Kernel diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index dec9a76..7385369 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -59,7 +59,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev 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 two are needed #options SMP # Symmetric MultiProcessor Kernel diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index d9f36b4..31a5de1 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -60,7 +60,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 # Standard busses device isa |