From 36df04837ad54a4eb559e5c69a81aeeb4d981a72 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 19 Oct 2009 16:07:28 +0200 Subject: randomconfig fixes Signed-off-by: Denys Vlasenko --- procps/top.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps') diff --git a/procps/top.c b/procps/top.c index 9e8ad1d1f..252f6f74b 100644 --- a/procps/top.c +++ b/procps/top.c @@ -513,8 +513,8 @@ static NOINLINE void display_process_list(int lines_rem, int scr_width) /* xxx_shift and xxx_scale variables allow us to replace * expensive divides with multiply and shift */ unsigned pmem_shift, pmem_scale, pmem_half; - unsigned tmp_unsigned; #if ENABLE_FEATURE_TOP_CPU_USAGE_PERCENTAGE + unsigned tmp_unsigned; unsigned pcpu_shift, pcpu_scale, pcpu_half; unsigned busy_jifs; #endif -- cgit v1.2.3