Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Aug 2015 11:59:42 +0000 (UTC)
From:      Zbigniew Bodek <zbb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286922 - head/sys/arm64/include
Message-ID:  <201508191159.t7JBxggw008159@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zbb
Date: Wed Aug 19 11:59:41 2015
New Revision: 286922
URL: https://svnweb.freebsd.org/changeset/base/286922

Log:
  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

Modified:
  head/sys/arm64/include/param.h

Modified: head/sys/arm64/include/param.h
==============================================================================
--- head/sys/arm64/include/param.h	Wed Aug 19 11:53:32 2015	(r286921)
+++ head/sys/arm64/include/param.h	Wed Aug 19 11:59:41 2015	(r286922)
@@ -51,7 +51,7 @@
 
 #if defined(SMP) || defined(KLD_MODULE)
 #ifndef MAXCPU
-#define	MAXCPU		2
+#define	MAXCPU		96
 #endif
 #else
 #define	MAXCPU		1



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