Package: wmmon Version: 1.1+20131205-1 Severity: wishlist Tags: patch Dear Maintainer,
I have a new computer containing a hexcore, hyperthreading processor. This results in 12 CPUs. wmmon only supports 10. Can you please increase it. Attached is a patch that increases it to 12, but it is not tested. -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.14-1-amd64 (SMP w/12 CPU cores) Locale: LANG=de_CH.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages wmmon depends on: ii libc6 2.19-4 ii libx11-6 2:1.6.2-2 ii libxext6 2:1.3.2-1 ii libxpm4 1:3.5.10-1 wmmon recommends no packages. wmmon suggests no packages. -- no debconf information
diff --git a/wmmon/wmmon/wmmon.c b/wmmon/wmmon/wmmon.c index 48f1041..505032b 100644 --- a/wmmon/wmmon/wmmon.c +++ b/wmmon/wmmon/wmmon.c @@ -120,7 +120,7 @@ #define WMMON_VERSION "1.2.b2" #define HISTORY_ENTRIES 55 #define HISTORY_ENTRIES 55 -#define MAX_CPU (10) /* depends on graph height */ +#define MAX_CPU (12) /* depends on graph height */ #define MAX_STAT_DEVICES (4) /********************/