Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 19:35:12 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r221511 - projects/largeSMP/sys/sys
Message-ID:  <201105051935.p45JZC5n013061@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Thu May  5 19:35:12 2011
New Revision: 221511
URL: http://svn.freebsd.org/changeset/base/221511

Log:
  Revert this, as in userland MAXCPU is always 1.
  
  Reported by:	marcel

Modified:
  projects/largeSMP/sys/sys/_cpuset.h

Modified: projects/largeSMP/sys/sys/_cpuset.h
==============================================================================
--- projects/largeSMP/sys/sys/_cpuset.h	Thu May  5 19:17:55 2011	(r221510)
+++ projects/largeSMP/sys/sys/_cpuset.h	Thu May  5 19:35:12 2011	(r221511)
@@ -36,7 +36,7 @@
 #define	CPU_SETSIZE	MAXCPU
 #endif
 
-#define	CPU_MAXSIZE	(4 * MAXCPU)
+#define	CPU_MAXSIZE	128
 
 #ifndef	CPU_SETSIZE
 #define	CPU_SETSIZE	CPU_MAXSIZE



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