diff options
author | 2020-12-15 11:30:26 +0100 | |
---|---|---|
committer | 2021-01-04 11:00:07 +0000 | |
commit | 42e85f90171a4ba59a1e1cedbbc30ce3f68f2317 (patch) | |
tree | d7b61fc29bf5837b86f509c61c9089cc58d1fe7f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 5.11-rc2 (diff) | |
download | linux-dev-42e85f90171a4ba59a1e1cedbbc30ce3f68f2317.tar.xz linux-dev-42e85f90171a4ba59a1e1cedbbc30ce3f68f2317.zip |
arm64/smp: Remove unused irq variable in arch_show_interrupts()
arch/arm64/kernel/smp.c: In function ‘arch_show_interrupts’:
arch/arm64/kernel/smp.c:808:16: warning: unused variable ‘irq’ [-Wunused-variable]
808 | unsigned int irq = irq_desc_get_irq(ipi_desc[i]);
| ^~~
The removal of the last user forgot to remove the variable.
Fixes: 5089bc51f81f ("arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20201215103026.2872532-1-geert+renesas@glider.be
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions