Increase MAXCPU in ARM64
Increase MAXCPU number to the maximum known value the existing hardware can support. Obtained from: Semihalf Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D3405
This commit is contained in:
parent
fe5ec54b50
commit
a8d377b809
@ -51,7 +51,7 @@
|
||||
|
||||
#if defined(SMP) || defined(KLD_MODULE)
|
||||
#ifndef MAXCPU
|
||||
#define MAXCPU 2
|
||||
#define MAXCPU 96
|
||||
#endif
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user