summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-05-11 19:01:24 +0000
committerandreas <andreas@FreeBSD.org>1997-05-11 19:01:24 +0000
commit305901e171b4e49f2b62c5c27257cfa10bb3043d (patch)
treedaec5093f4f39f94fdf7940ad3db014ad9c25839
parent5921bac48c438bb0aeb6eafd5d9ac92c416c1b8f (diff)
downloadFreeBSD-src-305901e171b4e49f2b62c5c27257cfa10bb3043d.zip
FreeBSD-src-305901e171b4e49f2b62c5c27257cfa10bb3043d.tar.gz
- fixed typo
- merged SMP option SMP_AUTOSTART from LINT - enabled SMP_AUTOSTART, since it's the desired working mode and it's reported to work now. PR: Reviewed by: Submitted by: Obtained from:
-rw-r--r--sys/i386/conf/SMP-GENERIC7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC
index e7b925b..5102816 100644
--- a/sys/i386/conf/SMP-GENERIC
+++ b/sys/i386/conf/SMP-GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: SMP-GENERIC,v 1.1 1997/05/06 18:18:51 fsmp Exp $
+# $Id: SMP-GENERIC,v 1.2 1997/05/06 20:40:52 fsmp Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@@ -23,10 +23,13 @@ cpu "I686_CPU"
ident SMP-GENERIC
maxusers 10
-# Create an SMP capable kernel.
+# Create a SMP capable kernel (mandatory options):
options SMP # Symmetric MultiProcessor Kernel
options APIC_IO # Symmetric (APIC) I/O
+# Useful and reported to work:
+options SMP_AUTOSTART # start the additional CPUs during boot
+
# Optional, these are the defaults:
#options NCPU=2 # number of CPUs
#options NBUS=4 # number of busses
OpenPOWER on IntegriCloud