For 4CPU configuration set BSP=0

This commit is contained in:
Stanislav Shwartsman 2005-05-04 15:57:42 +00:00
parent ca0f103f6e
commit 7acffe7998
2 changed files with 3 additions and 3 deletions

2
bochs/configure vendored
View File

@ -33180,7 +33180,7 @@ echo "${ECHO_T}4" >&6
_ACEOF
cat >>confdefs.h <<\_ACEOF
#define BX_BOOTSTRAP_PROCESSOR 2
#define BX_BOOTSTRAP_PROCESSOR 0
_ACEOF
cat >>confdefs.h <<\_ACEOF

View File

@ -2,7 +2,7 @@ dnl // Process this file with autoconf to produce a configure script.
AC_PREREQ(2.50)
AC_INIT(bochs.h)
AC_REVISION([[$Id: configure.in,v 1.282 2005-04-27 18:09:22 sshwarts Exp $]])
AC_REVISION([[$Id: configure.in,v 1.283 2005-05-04 15:57:42 sshwarts Exp $]])
AC_CONFIG_HEADER(config.h)
AC_CONFIG_HEADER(ltdlconf.h)
@ -525,7 +525,7 @@ AC_ARG_ENABLE(processors,
4)
AC_MSG_RESULT(4)
AC_DEFINE(BX_SMP_PROCESSORS, 4)
AC_DEFINE(BX_BOOTSTRAP_PROCESSOR, 2)
AC_DEFINE(BX_BOOTSTRAP_PROCESSOR, 0)
AC_DEFINE(BX_IOAPIC_DEFAULT_ID, 4)
AC_DEFINE(BX_USE_CPU_SMF, 0)
;;