From 0b9a09005168ce8e8c32ecb9fc8760030f837fa4 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 25 Apr 2002 13:32:56 +0000 Subject: [PATCH] MFi386: revision 1.339. --- sys/pc98/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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