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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to