summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2011-05-06 20:43:02 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2011-05-06 20:43:02 +0000
commite444b9c41fac8226f6d530e46586c36d4693e039 (patch)
tree879ee63698017c6e95bf99b72fc785f7738db68a /sys/powerpc/conf
parent59221d15d5b9795db9ca4c3b854e8335efdd8510 (diff)
downloadFreeBSD-src-e444b9c41fac8226f6d530e46586c36d4693e039.zip
FreeBSD-src-e444b9c41fac8226f6d530e46586c36d4693e039.tar.gz
SMP has worked perfectly for a very long time on 32-bit PowerPC on both
UP and SMP hardware. Enable it in GENERIC. MFC after: 2 weeks
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 2459988..d221a97 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -77,7 +77,7 @@ options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones
# To make an SMP kernel, the next line is needed
-#options SMP # Symmetric MultiProcessor Kernel
+options SMP # Symmetric MultiProcessor Kernel
# CPU frequency control
device cpufreq
OpenPOWER on IntegriCloud