2021-02-25 09:57:00

by Quentin Perret

[permalink] [raw]
Subject: Re: [PATCH v2 2/2] sched/fair: use lsub_positive in cpu_util_next()

On Thursday 25 Feb 2021 at 08:36:12 (+0000), [email protected] wrote:
> From: Vincent Donnefort <[email protected]>
>
> The sub_positive local version is saving an explicit load-store and is
> enough for the cpu_util_next() usage.
>
> Signed-off-by: Vincent Donnefort <[email protected]>

Reviewed-by: Quentin Perret <[email protected]>

Thanks,
Quentin