summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-03-17 23:48:24 +0000
committerdes <des@FreeBSD.org>2002-03-17 23:48:24 +0000
commitdd05d2f53eef35c820641accbcc8e9ac0febcbba (patch)
treeb3ed0da8abaebf716cab9c1d5bee9d5456a00f11 /sys/amd64
parent67f64647a572fe1b900054a71dd9fd1f0b4da85e (diff)
downloadFreeBSD-src-dd05d2f53eef35c820641accbcc8e9ac0febcbba.zip
FreeBSD-src-dd05d2f53eef35c820641accbcc8e9ac0febcbba.tar.gz
s/options\t\t/options \t/
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c6c98e1..c59c0b6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -60,7 +60,7 @@ 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_SKIPSPIN #Don't run witness on spinlocks for speed
+options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud