Re: clockintr: move control of statclock() into scheduler

2023-09-04 Thread Scott Cheloha
On Thu, Aug 31, 2023 at 04:01:35PM -0500, Scott Cheloha wrote: > This is the next patch in the clock interrupt policy reorganization > series. > > While the hardclock/dt(4) patch is being rewritten we can do this > orthogonal statclock() patch. It needs to get done at some point > anyway, may as

clockintr: move control of statclock() into scheduler

2023-08-31 Thread Scott Cheloha
This is the next patch in the clock interrupt policy reorganization series. While the hardclock/dt(4) patch is being rewritten we can do this orthogonal statclock() patch. It needs to get done at some point anyway, may as well do it now. So, this patch moves most of the statclock() code out of t