diff options
author | fsmp <fsmp@FreeBSD.org> | 1997-05-10 17:40:53 +0000 |
---|---|---|
committer | fsmp <fsmp@FreeBSD.org> | 1997-05-10 17:40:53 +0000 |
commit | 16da77dbdf173da0c01fdfafc35da94917cbc599 (patch) | |
tree | 3901e7e0eb4c635ff479657a2d0336da22b0577a /sys | |
parent | ef73892b1acfc074fbfd815642d36a0659a87649 (diff) | |
download | FreeBSD-src-16da77dbdf173da0c01fdfafc35da94917cbc599.zip FreeBSD-src-16da77dbdf173da0c01fdfafc35da94917cbc599.tar.gz |
Documented SMP_AUTOSTART to be working.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 6 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 71df363..15e19f1 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.334 1997/05/10 09:23:55 jmg Exp $ +# $Id: LINT,v 1.335 1997/05/10 11:16:22 jhay Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -91,6 +91,9 @@ config kernel root on wd0 dumps on wd0 options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O +# Useful: +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 @@ -98,7 +101,6 @@ options APIC_IO # Symmetric (APIC) I/O #options NINTR=24 # number of INTs # Currently unusable: -#options SMP_AUTOSTART # BROKEN: bug or race somewhere #options SMP_PRIVPAGES # BROKEN: architecture problem # diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 71df363..15e19f1 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.334 1997/05/10 09:23:55 jmg Exp $ +# $Id: LINT,v 1.335 1997/05/10 11:16:22 jhay Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -91,6 +91,9 @@ config kernel root on wd0 dumps on wd0 options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O +# Useful: +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 @@ -98,7 +101,6 @@ options APIC_IO # Symmetric (APIC) I/O #options NINTR=24 # number of INTs # Currently unusable: -#options SMP_AUTOSTART # BROKEN: bug or race somewhere #options SMP_PRIVPAGES # BROKEN: architecture problem # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 71df363..15e19f1 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.334 1997/05/10 09:23:55 jmg Exp $ +# $Id: LINT,v 1.335 1997/05/10 11:16:22 jhay Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -91,6 +91,9 @@ config kernel root on wd0 dumps on wd0 options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O +# Useful: +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 @@ -98,7 +101,6 @@ options APIC_IO # Symmetric (APIC) I/O #options NINTR=24 # number of INTs # Currently unusable: -#options SMP_AUTOSTART # BROKEN: bug or race somewhere #options SMP_PRIVPAGES # BROKEN: architecture problem # |