diff options
author | attilio <attilio@FreeBSD.org> | 2011-05-23 01:17:30 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-05-23 01:17:30 +0000 |
commit | 6d7371f9503a4d916171e610f74e6bcf20071227 (patch) | |
tree | 928f7851275f7cfa4af60866d7d7f52e1b172065 /sys/amd64 | |
parent | b580be6dfd3bce7b7a252cf3446d750faca58427 (diff) | |
download | FreeBSD-src-6d7371f9503a4d916171e610f74e6bcf20071227.zip FreeBSD-src-6d7371f9503a4d916171e610f74e6bcf20071227.tar.gz |
MFC
Diffstat (limited to 'sys/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 2 |
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 |