Date: Mon, 26 May 1997 02:23:30 -0700 (PDT) From: Steve Passe <fsmp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c mp_machdep.c Message-ID: <199705260923.CAA27014@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fsmp 1997/05/26 02:23:30 PDT
Modified files:
sys/i386/i386 machdep.c mp_machdep.c
Log:
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>
Revision Changes Path
1.244 +21 -5 src/sys/i386/i386/machdep.c
1.13 +195 -191 src/sys/i386/i386/mp_machdep.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705260923.CAA27014>
