summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-05-23 01:17:30 +0000
committerattilio <attilio@FreeBSD.org>2011-05-23 01:17:30 +0000
commit6d7371f9503a4d916171e610f74e6bcf20071227 (patch)
tree928f7851275f7cfa4af60866d7d7f52e1b172065 /sys/amd64
parentb580be6dfd3bce7b7a252cf3446d750faca58427 (diff)
downloadFreeBSD-src-6d7371f9503a4d916171e610f74e6bcf20071227.zip
FreeBSD-src-6d7371f9503a4d916171e610f74e6bcf20071227.tar.gz
MFC
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index c43cd33..52cda52 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -75,6 +75,8 @@ options INVARIANT_SUPPORT # Extra sanity checks of internal structures, require
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
+options KTR
+options KTR_CPUMASK=("0x3")
# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
OpenPOWER on IntegriCloud