top: reposition call to cpus_refresh() for consistency

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner 2021-08-22 00:00:00 -05:00 committed by Craig Small
parent 01fd743d86
commit 40cf72b7b9

View File

@ -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();