1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Increase MAXCPU to 16 in SMP kernels so that APIC IDs from 0 to 15 are

allowed for CPUs.

Tested by:	amd64 at cybernetwork dot org
Approved by:	re (scottl)
MFC after:	1 week
This commit is contained in:
John Baldwin 2005-06-29 15:13:25 +00:00
parent a7b844d2be
commit 014693eb89
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147653

View File

@ -84,7 +84,7 @@
#endif
#ifdef SMP
#define MAXCPU 8
#define MAXCPU 16
#else
#define MAXCPU 1
#endif