Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 May 2011 14:55:58 +0000 (UTC)
From:      Attilio Rao <attilio@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r221443 - projects/largeSMP/sys/sys
Message-ID:  <201105041455.p44EtwhM055385@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: attilio
Date: Wed May  4 14:55:57 2011
New Revision: 221443
URL: http://svn.freebsd.org/changeset/base/221443

Log:
  Revert comment introduction. It seems I'm the only one who didn't know
  of the size mismatch.

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

Modified: projects/largeSMP/sys/sys/cpuset.h
==============================================================================
--- projects/largeSMP/sys/sys/cpuset.h	Wed May  4 14:52:17 2011	(r221442)
+++ projects/largeSMP/sys/sys/cpuset.h	Wed May  4 14:55:57 2011	(r221443)
@@ -36,10 +36,6 @@
 #define	CPU_SETSIZE	MAXCPU
 #endif
 
-/*
- * In userland a bigger cpuset structure is preferable in order to cope
- * with kernel bumping of MAXCPU and still have a compatible layout.
- */
 #define	CPU_MAXSIZE	(4 * MAXCPU)
 
 #ifndef	CPU_SETSIZE



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