svn commit: r330593 - head/sys/arm64/include
Andrew Turner
andrew at FreeBSD.org
Wed Mar 7 13:54:45 UTC 2018
Author: andrew
Date: Wed Mar 7 13:54:44 2018
New Revision: 330593
URL: https://svnweb.freebsd.org/changeset/base/330593
Log:
Bump MAXCPUS on arm64. We are starting to see hardware with more than 96
cores so increase it to the same as amd64.
Sponsored by: DARPA, AFRL
Sponsored by: Cavium (Hardware)
Modified:
head/sys/arm64/include/param.h
Modified: head/sys/arm64/include/param.h
==============================================================================
--- head/sys/arm64/include/param.h Wed Mar 7 13:49:26 2018 (r330592)
+++ head/sys/arm64/include/param.h Wed Mar 7 13:54:44 2018 (r330593)
@@ -56,7 +56,7 @@
#if defined(SMP) || defined(KLD_MODULE)
#ifndef MAXCPU
-#define MAXCPU 96
+#define MAXCPU 256
#endif
#else
#define MAXCPU 1
More information about the svn-src-all
mailing list