CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/07/27 11:52:53
Modified files:
sys/kern : kern_clockintr.c kern_sched.c
Log message:
sched_init_cpu: move profclock staggering to clockintr_cpu_init()
initclocks() runs after sched_init_cpu() is called for secondary CPUs,
so profclock_period is still zero and the clockintr_stagger() call for
spc_profclock is useless. For now, just stagger spc_profclock during
clockintr_cpu_init() along with everything else.
