From 1d29dab18251001b511e0d4b77b92d4283f6c0e5 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 11 Apr 2008 11:39:26 +0000 Subject: system_info.cpustates isn't sparse, so a bitmask of available CPU states is redundant (I think it's a leftover from an older implementation). --- contrib/top/machine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/top/machine.h b/contrib/top/machine.h index 4584650..a09424c 100644 --- a/contrib/top/machine.h +++ b/contrib/top/machine.h @@ -44,7 +44,6 @@ struct system_info int *memory; int *swap; struct timeval boottime; - unsigned long cpumask; /* bitfield of cpu states represented */ int ncpus; }; -- cgit v1.1