clockintr: eliminate CL_SCHEDCLOCK flag
authorcheloha <cheloha@openbsd.org>
Thu, 20 Apr 2023 14:51:28 +0000 (14:51 +0000)
committercheloha <cheloha@openbsd.org>
Thu, 20 Apr 2023 14:51:28 +0000 (14:51 +0000)
commit570224fc49b288d7886fd96365230009e7ab35a3
treef4ef5f88052aacfcf053f2d62b18b18357b67145
parent5fed6b04b4eb09af8336577d46b510c7d14e4acf
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.
sys/kern/kern_clockintr.c
sys/sys/clockintr.h