summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2002-06-08 07:22:36 +0000
committerjake <jake@FreeBSD.org>2002-06-08 07:22:36 +0000
commit012b4f04b0091641c394bf191c366e74ed5d250d (patch)
tree0e1bb94726f70bf76d2accc738bf2bfca92df810 /sys
parentb13b0b35c1063fa7fce7f1e695c7b7b2b32e1a8e (diff)
downloadFreeBSD-src-012b4f04b0091641c394bf191c366e74ed5d250d.zip
FreeBSD-src-012b4f04b0091641c394bf191c366e74ed5d250d.tar.gz
Re-enable SMP by default.
Diffstat (limited to 'sys')
-rw-r--r--sys/sparc64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index a3c2f4e..244a77c 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -64,7 +64,7 @@ options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required
#options WITNESS #Enable checks to detect deadlocks and cycles
# To make an SMP kernel, the next line is needed
-#options SMP # Symmetric MultiProcessor Kernel
+options SMP # Symmetric MultiProcessor Kernel
# Standard busses
device apb # Sun APB PCI-PCI bridge
OpenPOWER on IntegriCloud