diff options
author | Bibo Mao <maobibo@loongson.cn> | 2024-01-30 16:27:21 +0800 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-02-13 10:53:14 +0100 |
commit | 3eece72ded7f67776731709702f3d1b9893b6a4f (patch) | |
tree | 7c2bf1345a59971b9dc50242dddfc6fb1d84a2dc /tools/perf/scripts/python/task-analyzer.py | |
parent | aafd753555c0ecb9c7ce11ff14429a34c8c0a14b (diff) | |
download | linux-3eece72ded7f67776731709702f3d1b9893b6a4f.tar.gz linux-3eece72ded7f67776731709702f3d1b9893b6a4f.tar.bz2 linux-3eece72ded7f67776731709702f3d1b9893b6a4f.zip |
irqchip/loongson-eiointc: Skip handling if there is no pending interrupt
eiointc_irq_dispatch() iterates over the pending bit registers of the
interrupt controller and evaluates the result even if there is no interrupt
pending in a particular 64bit chunk.
Skip handling and especially the pointless write back for clearing the
non-pending bits if a chunk is empty.
[ tglx: Massaged changelog ]
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Huacai Chen <chenhuacai@loongson.cn>
Link: https://lore.kernel.org/r/20240130082722.2912576-3-maobibo@loongson.cn
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions