summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-04-18 03:44:44 +0000
committerrwatson <rwatson@FreeBSD.org>2002-04-18 03:44:44 +0000
commit0e75d837786bd5808832b1e399c824ee03b2c552 (patch)
treea0b07032896dd255a4004b23b5a66ee10bd17a54 /sys/sparc64/conf
parentfc9f51621b230cc70b7bcd43335e63af4db92178 (diff)
downloadFreeBSD-src-0e75d837786bd5808832b1e399c824ee03b2c552.zip
FreeBSD-src-0e75d837786bd5808832b1e399c824ee03b2c552.tar.gz
Since WITNESS doesn't just do mutexes, remove "mutex" from the WITNESS
comment in GENERIC config files of appropriate platforms. For whatever reason, powerpc didn't use WITNESS in GENERIC.
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 001dfa0..d938cf6 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -61,7 +61,7 @@ options DDB #Enable the kernel debugger
options BREAK_TO_DEBUGGER #a BREAK on a comconsole drops to DDB
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
# To make an SMP kernel, the next line is needed
options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud