summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-09-18 03:37:59 +0000
committerscottl <scottl@FreeBSD.org>2005-09-18 03:37:59 +0000
commitbbfdfd22d09b4736f9b4503e389a78486bdaf491 (patch)
treeab8a823567ff9cb75ea8c985e849188cbfa7ed51 /sys/amd64/conf
parentc305515a258100f02747fc76e52bc52e229f7a92 (diff)
downloadFreeBSD-src-bbfdfd22d09b4736f9b4503e389a78486bdaf491.zip
FreeBSD-src-bbfdfd22d09b4736f9b4503e389a78486bdaf491.tar.gz
Now that our showstopper list has shrunk, take another step closer to the
release and turn off kernel debugging. Also turn off SMP on i386 and amd64 and add an SMP kernel config. Approved by: re (implicit)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC12
-rw-r--r--sys/amd64/conf/SMP9
2 files changed, 9 insertions, 12 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3a916b7..edd218c 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -64,18 +64,6 @@ options AHD_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~215k to driver.
options ADAPTIVE_GIANT # Giant mutex is adaptive.
-# 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
-
# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
device atpic # 8259A compatability
diff --git a/sys/amd64/conf/SMP b/sys/amd64/conf/SMP
new file mode 100644
index 0000000..e2c6c43
--- /dev/null
+++ b/sys/amd64/conf/SMP
@@ -0,0 +1,9 @@
+#
+# SMP -- Generic kernel configuration file for FreeBSD/amd64 SMP
+# Use this for multi-processor machines
+#
+# $FreeBSD$
+
+include GENERIC
+
+options SMP
OpenPOWER on IntegriCloud