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:
Zbigniew Bodek 2015-08-19 11:59:41 +00:00
parent fe5ec54b50
commit a8d377b809
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286922

View File

@ -51,7 +51,7 @@
#if defined(SMP) || defined(KLD_MODULE)
#ifndef MAXCPU
#define MAXCPU 2
#define MAXCPU 96
#endif
#else
#define MAXCPU 1