CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/08/18 03:18:52
Modified files:
sys/uvm : uvm_extern.h uvm_meter.c
sys/kern : sched_bsd.c
Log message:
Move the loadavg calculation to sched_bsd.c as update_loadav()
With this uvm_meter() is no more and update_loadav() uses a simple timeout
instead of getting called via schedcpu().
OK deraadt@ mpi@ cheloha@
