alpha: stop running an independent schedclock()
authorcheloha <cheloha@openbsd.org>
Mon, 21 Aug 2023 15:19:09 +0000 (15:19 +0000)
committercheloha <cheloha@openbsd.org>
Mon, 21 Aug 2023 15:19:09 +0000 (15:19 +0000)
commitb49c3672d8bd37c1be0a0296635590330c00fc87
treeb21003c2ac0fb4ea596b1ce12ef9803475bd752e
parent2989f6b14c3af92d2e5e9204eed8771f08917543
alpha: stop running an independent schedclock()

alpha is the only platform still running an independent schedclock().
Disabling it brings alpha's scheduling behavior into line with that of
every other platform.

With this patch, all platforms call schedclock() from statclock() at
an effective schedhz of ~12.5.
sys/arch/alpha/alpha/clock.c