summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2002-04-25 13:32:56 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2002-04-25 13:32:56 +0000
commit0b9a09005168ce8e8c32ecb9fc8760030f837fa4 (patch)
tree3041a871367d9fb1753884441d88f4fc3506642b
parent27ecba3177e7e3c0498c5398c79481f23e9d0fae (diff)
Notes
-rw-r--r--sys/pc98/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 91af9936b4a6..98b5e00c3e1d 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -62,7 +62,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 checks to detects deadlocks and cycles
options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed