summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf/GENERIC
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-06-29 19:05:29 +0000
committerjoel <joel@FreeBSD.org>2012-06-29 19:05:29 +0000
commit0541fc8c5ba2915920b9433bb4e6e741db5fbefa (patch)
tree4950759f8e4f0024ca19d27fc58fbfd4bb666b59 /sys/powerpc/conf/GENERIC
parent22a42fcc7023e133ee0f15349a9605fd94418625 (diff)
downloadFreeBSD-src-0541fc8c5ba2915920b9433bb4e6e741db5fbefa.zip
FreeBSD-src-0541fc8c5ba2915920b9433bb4e6e741db5fbefa.tar.gz
Reduce diffs between GENERIC and GENERIC64. Also fix a few whitespace nits
while I'm here. No functional change.
Diffstat (limited to 'sys/powerpc/conf/GENERIC')
-rw-r--r--sys/powerpc/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 4cce5ff..4414505 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -21,14 +21,14 @@
cpu AIM
ident GENERIC
-machine powerpc powerpc
+machine powerpc powerpc
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
# Platform support
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
-options MAMBO #IBM Mambo Full System Simulator
+options MAMBO #IBM Mambo Full System Simulator
options SCHED_ULE #ULE scheduler
options PREEMPTION #Enable kernel thread preemption
@@ -82,7 +82,7 @@ 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
-# To make an SMP kernel, the next line is needed
+# Make an SMP-capable kernel by default
options SMP # Symmetric MultiProcessor Kernel
# CPU frequency control
OpenPOWER on IntegriCloud