summaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2007-10-11 06:20:27 +0000
committerKen Smith <kensmith@FreeBSD.org>2007-10-11 06:20:27 +0000
commit8d6a5b67d873af44177f2126b23891d7232829d4 (patch)
treeccd3fa3adf459edb1d84410f35c56bd5e0dacd55 /sys/amd64
parent8ae8870710d13628e8bde5c6f2ea2a4449027c4b (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index b4ead8922a27..d1801381b471 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -63,15 +63,6 @@ options ADAPTIVE_GIANT # Giant mutex is adaptive.
options STOP_NMI # Stop CPUS using NMI instead of IPI
options AUDIT # Security event auditing
-# Debugging for use in -current
-options KDB # Enable kernel debugger support.
-options DDB # Support DDB.
-options GDB # Support remote GDB.
-options INVARIANTS # Enable calls of extra sanity checking
-options INVARIANT_SUPPORT # Extra sanity checks of internal structures, required by INVARIANTS
-options WITNESS # Enable checks to detect deadlocks and cycles
-options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
-
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel