removed the "#error ..." line preventing casual invokation of SMP_AUTOSTART.

autostart appears to be working now, at least on my dual P6.
I have no explanation why....
This commit is contained in:
Steve Passe 1997-05-06 07:10:06 +00:00
parent 4fe2aec4ad
commit 75877d5a93

View File

@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $Id: init_smp.c,v 1.4 1997/05/03 18:24:25 fsmp Exp $ * $Id: init_smp.c,v 1.5 1997/05/04 02:08:09 peter Exp $
*/ */
#include "opt_smp.h" #include "opt_smp.h"
@ -203,8 +203,7 @@ void *dummy;
printf("SMP: All idle procs online.\n"); printf("SMP: All idle procs online.\n");
#if defined(SMP_AUTOSTART) #if defined(SMP_AUTOSTART)
#error WARNING: this code is broken, remove this line at your own risk! printf("SMP: *** AUTO *** starting 1st AP!\n");
printf("SMP: Starting 1st AP!\n");
smp_cpus = 1; smp_cpus = 1;
smp_active = mp_ncpus; /* XXX */ smp_active = mp_ncpus; /* XXX */
boot_unlock(); boot_unlock();