[PATCH 5/5] cpuidle: implement poll_idle() using smp_vcond_load_relaxed()

Christoph Lameter (Ampere) cl at gentwo.org
Tue Nov 5 11:45:46 PST 2024


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.



More information about the linux-arm-kernel mailing list