Re: [PATCH 5/5] cpuidle: implement poll_idle() using smp_vcond_load_relaxed()
From: Christoph Lameter (Ampere)
Date: Tue Nov 05 2024 - 14:46:12 EST
On Tue, 5 Nov 2024, Haris Okanovic wrote:
> {
> - u64 time_start;
> -
> - time_start = local_clock_noinstr();
> + unsigned long flags;
Lets keep recording that start value here. Otherwise the timeout could me
later than expected.