Re: [PATCH v2] timer: Use static_branch_likely() for timers_nohz_active
From: Thomas Gleixner
Date: Tue Aug 10 2021 - 12:00:24 EST
Jisheng,
On Thu, Jun 24 2021 at 16:32, Jisheng Zhang wrote:
> The static key timers_nohz_active is likely to be true, so use
> static_branch_likely() to reflect this fact.
you still lack any justification for your statement that NOHZ active is
likely.
It might be likely for your system, but is this true in general?
Thanks,
tglx