Re: [PATCH 0/3] sched/tick: Decouple sched_tick() from HZ
From: Qais Yousef
Date: Mon May 18 2026 - 20:43:18 EST
On 05/18/26 09:40, Peter Zijlstra wrote:
> On Sun, May 17, 2026 at 05:07:37AM +0100, Qais Yousef wrote:
> > With HRTICK now is default on,
>
> .. for archs that use GENERIC_ENTRY. So for example, ARM64 doesn't (yet)
> have this.
I remembering trying to trace down the deps on HRTIMER_REARM_DEFERRED and then
got distracted.
HRTIMER on arm are cheap. Do we need this deps on generic entry?
Anyways. More reason to decouple I take :)