CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/16 08:54:27
Modified files:
usr.bin/top : top.c
Log message:
top(1): always recount number of online CPUs
If hw.smt is toggled while top(1) is running in "combined" mode the
CPU count on the CPU state line is incorrect.
We always need to recount the number of online CPUs.
