summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-07-08 07:50:28 -0300
committerRenato Botelho <renato@netgate.com>2016-07-08 07:50:28 -0300
commit000fe9b921f8e1b82e649477bf28c2cfbaa0ff7c (patch)
tree28124ae41696d55b3df7dad466a3e886975de6bf /sys/amd64/conf
parenta0d0b7f06642edf2fb72f7cafc54723c47875400 (diff)
parentbfdc44e0e15d9b59cb5ff7d22d6779356921ca05 (diff)
downloadFreeBSD-src-000fe9b921f8e1b82e649477bf28c2cfbaa0ff7c.zip
FreeBSD-src-000fe9b921f8e1b82e649477bf28c2cfbaa0ff7c.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'sys/amd64/conf')
-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 2859de5..6f68eb3 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -81,15 +81,6 @@ options RCTL # Resource limits
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
options KDB_TRACE # Print a stack trace for a panic.
-# For full debugger support use (turn off in stable branch):
-options DDB # Support DDB.
-options GDB # Support remote GDB.
-options DEADLKRES # Enable the deadlock resolver
-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
-options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud