clockintr: remove support for independent schedclock()
authorcheloha <cheloha@openbsd.org>
Mon, 21 Aug 2023 17:22:04 +0000 (17:22 +0000)
committercheloha <cheloha@openbsd.org>
Mon, 21 Aug 2023 17:22:04 +0000 (17:22 +0000)
commit3611b9b9e35ad5dd838c5c3e5484931e550003fa
tree38995ce6cf0fcaef618054d554d1c76a8628b964
parent9affe12bef0f17f9417496d22ede18c0b941f288
clockintr: remove support for independent schedclock()

Remove the scaffolding for an independent schedclock().  With the
removal of the independent schedclock() from alpha, schedhz is zero on
all platforms and this schedclock-specific code is now unused.

It is possible that schedclock() will repurposed for use in the
future.  Even if this happens, the schedclock handle will not live in
struct clockintr_queue.
sys/kern/kern_clockintr.c
sys/sys/clockintr.h