svn commit: r224232 - head/sys/sparc64/include

Marius Strobl marius at FreeBSD.org
Wed Jul 20 18:51:19 UTC 2011


Author: marius
Date: Wed Jul 20 18:51:18 2011
New Revision: 224232
URL: http://svn.freebsd.org/changeset/base/224232

Log:
  Merge from r224217:
  Bump MAXCPU to 64.
  
  Approved by:	re (kib)

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

Modified: head/sys/sparc64/include/param.h
==============================================================================
--- head/sys/sparc64/include/param.h	Wed Jul 20 16:53:32 2011	(r224231)
+++ head/sys/sparc64/include/param.h	Wed Jul 20 18:51:18 2011	(r224232)
@@ -51,7 +51,7 @@
 
 #if defined(SMP) || defined(KLD_MODULE)
 #ifndef MAXCPU
-#define MAXCPU		16
+#define MAXCPU		64
 #endif
 #else
 #define MAXCPU		1


More information about the svn-src-all mailing list