MAXCPU preparations

Sean Bruno seanbru at yahoo-inc.com
Mon Sep 27 15:37:07 UTC 2010


Does this look like an appropriate modification to libmemstat?

Sean


==== //depot/yahoo/ybsd_7/src/lib/libmemstat/memstat.h#4
- /home/seanbru/ybsd_7/src/lib/libmemstat/memstat.h ====
@@ -28,12 +28,13 @@
 
 #ifndef _MEMSTAT_H_
 #define        _MEMSTAT_H_
+#include <sys/param.h>
 
 /*
  * Number of CPU slots in library-internal data structures.  This
should be
  * at least the value of MAXCPU from param.h.
  */
-#define        MEMSTAT_MAXCPU  64
+#define        MEMSTAT_MAXCPU  MAXCPU /* defined in
sys/${ARCH}/include/param.h */
 
 /*
  * Amount of caller data to maintain for each caller data slot.
Applications




More information about the freebsd-current mailing list