Re: hardclock: move setitimer(2) code into itimer_update()

2023-08-02 Thread Scott Cheloha
On Thu, Jul 27, 2023 at 10:45:50PM -0500, Scott Cheloha wrote: > On Wed, Jul 26, 2023 at 11:16:19AM -0500, Scott Cheloha wrote: > > This is the next patch in the clock interrupt reorganization series. > > > > Now that statclock() is cleaned up we can turn to hardclock(). > > > > [...] > > > > Th

Re: hardclock: move setitimer(2) code into itimer_update()

2023-07-27 Thread Scott Cheloha
On Wed, Jul 26, 2023 at 11:16:19AM -0500, Scott Cheloha wrote: > This is the next patch in the clock interrupt reorganization series. > > Now that statclock() is cleaned up we can turn to hardclock(). > > [...] > > This patch moves the setitimer(2) code out of hardclock(). The big > idea is ide

hardclock: move setitimer(2) code into itimer_update()

2023-07-26 Thread Scott Cheloha
This is the next patch in the clock interrupt reorganization series. Now that statclock() is cleaned up we can turn to hardclock(). The goal of the next four patches is to eliminate the need for the hardclock on secondary CPUs. Secondary CPUs don't need a hardclock. hardclock() is only used on s