clockintr_advance: delete duplicate code, call clockintr_schedule_locked()
authorcheloha <cheloha@openbsd.org>
Sat, 9 Sep 2023 16:34:39 +0000 (16:34 +0000)
committercheloha <cheloha@openbsd.org>
Sat, 9 Sep 2023 16:34:39 +0000 (16:34 +0000)
commitc7a8681c1a04a1cf6e98bf9d4ca5216e19cc4c2e
tree3838cefcdb523dd0876d37787a34f2295d407a3f
parent7f1ddf074b2d51a9e36d5b661473a26f5149c139
clockintr_advance: delete duplicate code, call clockintr_schedule_locked()

Replace a bunch of code in clockintr_advance() with just one call to
clockintr_schedule_locked() -- everyone's favorite hot new subroutine.
sys/kern/kern_clockintr.c