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