diff options
author | Marek BehĂșn <kabel@kernel.org> | 2024-08-07 19:41:02 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2024-08-08 18:15:01 +0300 |
commit | 4042a965a5e62c8d298d642cbf72b14f41687319 (patch) | |
tree | acaa6d24b25b3b0af13316dd0f6bf923762a37cc /tools/perf/scripts/python/syscall-counts.py | |
parent | 2793f68749c1fb035e255cdffb10108ef023f608 (diff) | |
download | linux-4042a965a5e62c8d298d642cbf72b14f41687319.tar.xz |
irqchip/armada-370-xp: Iterate only valid bits of the per-CPU interrupt cause register
Use MPIC_PER_CPU_IRQS_NR (29) bound instead of BITS_PER_LONG (32) when
iterating the bits of the per-CPU interrupt cause register, since there
are only 29 per-CPU interrupts. The top 3 bits are always zero anyway.
Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions