CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/06/10 07:43:25
Modified files:
sys/kern : tty.c
Log message:
In process_sum() rename estcpu to pctcpu.
This code sums up all the p_pctcpu values from all threads. There is
also p_estcpu which is something different and so using estcpu is just
confusing.
OK mvs@ millert@
