Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2006 19:43:36 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 102405 for review
Message-ID:  <200607251943.k6PJhaQR094011@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=102405

Change 102405 by jb@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



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