CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/09/14 16:07:12
Modified files:
sys/sys : sched.h clockintr.h
sys/kern : kern_sched.c kern_clockintr.c
Log message:
clockintr, scheduler: move statclock handle from clockintr_queue to
schedstate_percpu
Move the statclock handle from clockintr_queue.cq_statclock to
schedstate_percpu.spc_statclock. Establish spc_statclock during
sched_init_cpu() alongside the other scheduler clock interrupts.
Thread: https://marc.info/?l=openbsd-tech&m=169428749720476&w=2