mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286922
@ -51,7 +51,7 @@
|
||||
|
||||
#if defined(SMP) || defined(KLD_MODULE)
|
||||
#ifndef MAXCPU
|
||||
#define MAXCPU 2
|
||||
#define MAXCPU 96
|
||||
#endif
|
||||
#else
|
||||
#define MAXCPU 1
|
||||
|
Loading…
Reference in New Issue
Block a user