Bump MAXCPU. We already run on hardware with 32 threads and the same hardware
is available commercially with up to 96 threads per socket. MFC after: 3 weeks
This commit is contained in:
parent
bde2a921d4
commit
3bdf3d8569
@ -69,7 +69,7 @@
|
|||||||
|
|
||||||
#if defined(SMP) || defined(KLD_MODULE)
|
#if defined(SMP) || defined(KLD_MODULE)
|
||||||
#ifndef MAXCPU
|
#ifndef MAXCPU
|
||||||
#define MAXCPU 32
|
#define MAXCPU 256
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define MAXCPU 1
|
#define MAXCPU 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user