From 40cf72b7b9b81a6c80841a6952577b72bf95126e Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Sun, 22 Aug 2021 00:00:00 -0500 Subject: [PATCH] top: reposition call to cpus_refresh() for consistency Signed-off-by: Jim Warner --- top/top.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/top/top.c b/top/top.c index d1abbc56..d538db5b 100644 --- a/top/top.c +++ b/top/top.c @@ -5634,8 +5634,6 @@ static void summary_show (void) { , Pids_reap->counts->stopped, Pids_reap->counts->zombied)); Msg_row += 1; - cpus_refresh(); - if (CHKw(w, View_CPUNOD)) { if (Numa_node_sel < 0) { numa_oops: @@ -6280,6 +6278,7 @@ static void frame_make (void) { sysinfo_refresh(0); procs_refresh(); + cpus_refresh(); Tree_idx = Pseudo_row = Msg_row = scrlins = 0; summary_show(); -- 2.40.0