Set GLIBTOP_NCPU to 64, not 256.

This commit is contained in:
Martin Baulig
1999-04-18 11:50:28 +00:00
parent 1cec9b70a2
commit 5c3775c6ee
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
1999-04-18 Martin Baulig <martin@home-of-linux.org> 1999-04-18 Martin Baulig <martin@home-of-linux.org>
* include/glibtop/limits.h: New file. * include/glibtop/limits.h: New file.
(GLIBTOP_NCPU): Define this here and increase it to 256. (GLIBTOP_NCPU): Define this here and increase it to 64.
1999-03-30 Martin Baulig <martin@home-of-linux.org> 1999-03-30 Martin Baulig <martin@home-of-linux.org>

View File

@@ -30,8 +30,8 @@
BEGIN_LIBGTOP_DECLS BEGIN_LIBGTOP_DECLS
/* Nobody should really be using more than 256 processors. */ /* Nobody should really be using more than 64 processors. */
#define GLIBTOP_NCPU 256 #define GLIBTOP_NCPU 64
END_LIBGTOP_DECLS END_LIBGTOP_DECLS