Re: [PATCH v4 12/13] x86/resctrl: Replace smp_call_function_many with on_each_cpu_mask

From: Reinette Chatre
Date: Fri Sep 16 2022 - 12:19:32 EST


Hi Babu,

On 9/7/2022 11:01 AM, Babu Moger wrote:
> The call on_each_cpu_mask can run the function on each CPU specified by

parenthesis are used to indicate functions, in this case, please write
"on_each_cpu_mask()" and "smp_call_function_many()" instead.

> cpumask, which may include the local processor. So, replace the call
> smp_call_function_many with on_each_cpu_mask to simplify the code.
>
> Signed-off-by: Babu Moger <babu.moger@xxxxxxx>

Reinette