aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include/mptable.h
diff options
context:
space:
mode:
authorSteve Passe <fsmp@FreeBSD.org>1997-06-24 06:55:30 +0000
committerSteve Passe <fsmp@FreeBSD.org>1997-06-24 06:55:30 +0000
commitafbe6f7b6e4fd094e6c68d9214cbea505ae5cba0 (patch)
treeebb6978690a3647bacc7ecb7a2d02b73d5762de0 /sys/amd64/include/mptable.h
parentcc42f59889ec8c3509020b19e8a620bad2e74e72 (diff)
Notes
Diffstat (limited to 'sys/amd64/include/mptable.h')
-rw-r--r--sys/amd64/include/mptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/mptable.h b/sys/amd64/include/mptable.h
index c8179256f82b..96c76acbd57b 100644
--- a/sys/amd64/include/mptable.h
+++ b/sys/amd64/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.17 1997/06/02 10:44:08 dfr Exp $
+ * $Id: mp_machdep.c,v 1.18 1997/06/22 16:03:18 peter Exp $
*/
#include "opt_smp.h"
@@ -587,7 +587,7 @@ mptable_pass1(void)
io_apic_address[0] = DEFAULT_IO_APIC_BASE;
/* fill in with defaults */
- mp_naps = 1;
+ mp_naps = 2; /* includes BSP */
mp_nbusses = default_data[mpfps->mpfb1 - 1][0];
#if defined(APIC_IO)
mp_napics = 1;