svn commit: r221443 - projects/largeSMP/sys/sys

Attilio Rao attilio at FreeBSD.org
Wed May 4 14:55:58 UTC 2011


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


More information about the svn-src-projects mailing list