From 5c3775c6ee9b5704ab7e1feb7b71be063c07e407 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 18 Apr 1999 11:50:28 +0000 Subject: [PATCH] Set GLIBTOP_NCPU to 64, not 256. --- ChangeLog | 2 +- include/glibtop/limits.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1f0895f9..da87212a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,7 +10,7 @@ 1999-04-18 Martin Baulig * 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 diff --git a/include/glibtop/limits.h b/include/glibtop/limits.h index 27b4fff6..7f878333 100644 --- a/include/glibtop/limits.h +++ b/include/glibtop/limits.h @@ -30,8 +30,8 @@ BEGIN_LIBGTOP_DECLS -/* Nobody should really be using more than 256 processors. */ -#define GLIBTOP_NCPU 256 +/* Nobody should really be using more than 64 processors. */ +#define GLIBTOP_NCPU 64 END_LIBGTOP_DECLS