summaryrefslogtreecommitdiffstats
path: root/lib/libmemstat
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>2006-07-26 07:46:32 +0000
committerjb <jb@FreeBSD.org>2006-07-26 07:46:32 +0000
commit5b0112145bf9ca1df2512b6af3761abc1ffd7e57 (patch)
tree65b643201d7fe4f72d6df81d5d1afa9a72145f24 /lib/libmemstat
parent62b37c693c90afe50347eae8597d63b6811cf393 (diff)
downloadFreeBSD-src-5b0112145bf9ca1df2512b6af3761abc1ffd7e57.zip
FreeBSD-src-5b0112145bf9ca1df2512b6af3761abc1ffd7e57.tar.gz
Increase the number of CPUs to 32 to suit sun4v.
Reviewed by: rwatson@
Diffstat (limited to 'lib/libmemstat')
-rw-r--r--lib/libmemstat/memstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h
index 904e77e..703915c 100644
--- a/lib/libmemstat/memstat.h
+++ b/lib/libmemstat/memstat.h
@@ -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
OpenPOWER on IntegriCloud