Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2011 08:05:23 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r222810 - projects/largeSMP/sys/amd64/include
Message-ID:  <201106070805.p5785NkA072030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Tue Jun  7 08:05:23 2011
New Revision: 222810
URL: http://svn.freebsd.org/changeset/base/222810

Log:
  Bring back the number of CPU to 32.

Modified:
  projects/largeSMP/sys/amd64/include/param.h

Modified: projects/largeSMP/sys/amd64/include/param.h
==============================================================================
--- projects/largeSMP/sys/amd64/include/param.h	Tue Jun  7 06:57:22 2011	(r222809)
+++ projects/largeSMP/sys/amd64/include/param.h	Tue Jun  7 08:05:23 2011	(r222810)
@@ -64,7 +64,7 @@
 #endif
 
 #if defined(SMP) || defined(KLD_MODULE)
-#define MAXCPU		64
+#define MAXCPU		32
 #else
 #define MAXCPU		1
 #endif



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