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:
jhb 2005-06-29 15:13:25 +00:00
parent 0edd2a4f6f
commit cf418ce0f2

View File

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