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:
parent
0edd2a4f6f
commit
cf418ce0f2
@ -84,7 +84,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef SMP
|
||||
#define MAXCPU 8
|
||||
#define MAXCPU 16
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user