PERFORCE change 102405 for review

John Birrell jb at FreeBSD.org
Tue Jul 25 19:43:37 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102405

Change 102405 by jb at jb_freebsd2 on 2006/07/25 19:43:01

	Support 32 CPUs instead of just 16.
	
	I guess the author thought that 16 was a *big* number. 8-)

Affected files ...

.. //depot/projects/dtrace/src/lib/libmemstat/memstat.h#3 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libmemstat/memstat.h#3 (text+ko) ====

@@ -33,7 +33,7 @@
  * Number of CPU slots in library-internal data structures.  This should be
  * at least the value of MAXCPU from param.h.
  */
-#define	MEMSTAT_MAXCPU	16
+#define	MEMSTAT_MAXCPU	32
 
 /*
  * Amount of caller data to maintain for each caller data slot.  Applications


More information about the p4-projects mailing list