CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/09 12:19:03
Modified files:
sys/kern : kern_clock.c
sys/sys : sched.h
Log message:
kernel: remove schedhz
Now that alpha no longer sets schedhz, schedhz is a dead variable.
Remove it.
For now, leave the schedclock() call in place in statclock(). It
still runs at its default rate of (stathz / 4).
Part of mpi@'s WIP scheduler patch. Suggested by mpi@.
Thread: https://marc.info/?l=openbsd-tech&m=169419781317781&w=2
ok mpi@
