diff options
author | Babu Moger <[email protected]> | 2023-01-13 09:20:27 -0600 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2023-01-23 17:38:04 +0100 |
commit | fc3b618c87833e4d258b66acfca3557c49c4fe97 (patch) | |
tree | 1187bce86c778ad91f270e7b850f718a01ce38ff /scripts/gdb/linux/lists.py | |
parent | 2241ab53cbb5cdb08a6b2d4688feb13971058f65 (diff) |
x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
on_each_cpu_mask() runs the function on each CPU specified by cpumask,
which may include the local processor.
Replace smp_call_function_many() with on_each_cpu_mask() to simplify
the code.
Signed-off-by: Babu Moger <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions