Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Mar 2018 13:54:44 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330593 - head/sys/arm64/include
Message-ID:  <201803071354.w27Dsi3o027617@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803071354.w27Dsi3o027617>