Bump MAXCPU on amd64 from 64 to 256. In practice APIC only permits 255
CPUs (IDs 0 through 254). Getting above that limit requires x2APIC. MFC after: 1 month
This commit is contained in:
parent
b45968a8ea
commit
64d6de263b
@ -65,7 +65,7 @@
|
||||
|
||||
#if defined(SMP) || defined(KLD_MODULE)
|
||||
#ifndef MAXCPU
|
||||
#define MAXCPU 64
|
||||
#define MAXCPU 256
|
||||
#endif
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
|
Loading…
Reference in New Issue
Block a user