diff options
author | Paul Burton <[email protected]> | 2024-10-28 18:59:23 +0100 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-10-30 15:41:18 +0100 |
commit | 496461050b74d44a2adb39511403a36c9a555bc7 (patch) | |
tree | 901d99f0ca1d12d6b2978c779d840ac39d7baef4 /tools/perf/scripts/python/task-analyzer.py | |
parent | d1a128bc3057a090b97ab5a9f938874df3d3f124 (diff) |
irqchip/mips-gic: Replace open coded online CPU iterations
Several places in the MIPS GIC driver iterate over the online CPUs to
operate on the CPU's GIC local register block, accessed via the GIC's
other/redirect register block.
Abstract the process of iterating over online CPUs & configuring the
other/redirect region to access their registers through a new
for_each_online_cpu_gic() macro and convert all usage sites over.
Signed-off-by: Paul Burton <[email protected]>
Signed-off-by: Chao-ying Fu <[email protected]>
Signed-off-by: Dragan Mladjenovic <[email protected]>
Signed-off-by: Aleksandar Rikalo <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Tested-by: Serge Semin <[email protected]>
Tested-by: Gregory CLEMENT <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions