svn commit: r222434 - head/sys/powerpc/include

Marcel Moolenaar marcel at FreeBSD.org
Sun May 29 00:40:59 UTC 2011


Author: marcel
Date: Sun May 29 00:40:59 2011
New Revision: 222434
URL: http://svn.freebsd.org/changeset/base/222434

Log:
  The P4080 has 8 cores. Bump MAXCPU to 8 to match.

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

Modified: head/sys/powerpc/include/param.h
==============================================================================
--- head/sys/powerpc/include/param.h	Sun May 29 00:27:42 2011	(r222433)
+++ head/sys/powerpc/include/param.h	Sun May 29 00:40:59 2011	(r222434)
@@ -68,7 +68,7 @@
 #endif
 
 #if defined(SMP) || defined(KLD_MODULE)
-#define	MAXCPU		4	
+#define	MAXCPU		8
 #else
 #define	MAXCPU		1
 #endif /* SMP || KLD_MODULE */


More information about the svn-src-head mailing list