arm64: increase MAXCPU to 1024, following amd64

As in commit 9051987e40 for amd64, support up to 1024 CPU cores.
arm64 hardware with more than 256 CPU cores is currently available and
will become increasingly common over FreeBSD 14's lifetime.

PR:		269572
Reviewed by:	andrew
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D41319
This commit is contained in:
Ed Maste 2023-08-03 17:47:06 -04:00
parent 9d09051e26
commit e0c6e89108

View File

@ -60,7 +60,7 @@
#ifdef SMP
#ifndef MAXCPU
#define MAXCPU 256
#define MAXCPU 1024
#endif
#else
#define MAXCPU 1