CVSROOT: /cvs Module name: src Changes by: chel...@cvs.openbsd.org 2023/04/20 08:51:28
Modified files: sys/sys : clockintr.h sys/kern : kern_clockintr.c Log message: clockintr: eliminate CL_SCHEDCLOCK flag The CL_SCHEDCLOCK flag is set when schedhz is non-zero. It's redundant. We can just check the value of schedhz directly.