svn commit: r286922 - head/sys/arm64/include

Zbigniew Bodek zbb at FreeBSD.org
Wed Aug 19 11:59:42 UTC 2015


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


More information about the svn-src-head mailing list