summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/smptests.h
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-05-26 09:23:30 +0000
committerfsmp <fsmp@FreeBSD.org>1997-05-26 09:23:30 +0000
commit386d11add89232aea3218b58907c3ade3be330e7 (patch)
tree3baf0ce7244e4738a504bf3f4c73403f4554188b /sys/i386/include/smptests.h
parentdd5cca12ed17a57657a85c3f7b24277881898914 (diff)
downloadFreeBSD-src-386d11add89232aea3218b58907c3ade3be330e7.zip
FreeBSD-src-386d11add89232aea3218b58907c3ade3be330e7.tar.gz
Added a test called 'LATE_START'.
This is now the default, it delays most of the MP startup to the function machdep.c:cpu_startup(). It should be possible to move the 2 functions found there (mp_start() & mp_announce()) even further down the path once we know exactly where that should be... Help from: Peter Wemm <peter@spinner.dialix.com.au>
Diffstat (limited to 'sys/i386/include/smptests.h')
-rw-r--r--sys/i386/include/smptests.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/i386/include/smptests.h b/sys/i386/include/smptests.h
index 3a92cf7..cfd837b 100644
--- a/sys/i386/include/smptests.h
+++ b/sys/i386/include/smptests.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: smptests.h,v 1.3 1997/04/28 01:08:47 fsmp Exp $
+ * $Id: smptests.h,v 1.1 1997/05/26 09:11:25 smp Exp smp $
*/
#ifndef _MACHINE_SMPTESTS_H_
@@ -33,6 +33,11 @@
* various 'tests in progress'
*/
+/*
+ * attempt to delay MP startup till after malloc & vm is active.
+ */
+#define LATE_START
+
/*
* use 'lowest priority' for sending IRQs to CPUs
OpenPOWER on IntegriCloud