Re: all platforms, main(): call clockqueue_init() just before sched_init_cpu()

2023-06-15 Thread Claudio Jeker
On Tue, Jun 13, 2023 at 02:19:36PM +0200, Mark Kettenis wrote: > > Date: Mon, 12 Jun 2023 19:09:59 -0500 > > From: Scott Cheloha > > > > We need to initialize the per-CPU clockintr_queue struct before we can > > call clockintr_establish() from sched_init_cpu(). > > > > Initialization is done

Re: all platforms, main(): call clockqueue_init() just before sched_init_cpu()

2023-06-13 Thread Mark Kettenis
> Date: Mon, 12 Jun 2023 19:09:59 -0500 > From: Scott Cheloha > > We need to initialize the per-CPU clockintr_queue struct before we can > call clockintr_establish() from sched_init_cpu(). > > Initialization is done with a call to clockqueue_init(). Currently we > call it during