diff options
author | Anup Patel <apatel@ventanamicro.com> | 2025-02-17 14:26:55 +0530 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-02-20 15:19:27 +0100 |
commit | 0bd55080ba9e3c16719f75006fd85b932c85f2f4 (patch) | |
tree | 353b431f20b31c6923356216dedc260a2631b6e2 /tools/perf/scripts/python/stackcollapse.py | |
parent | 51611130d57d2061729010bd0575701aa4b7ff74 (diff) |
irqchip/riscv-imsic: Avoid interrupt translation in interrupt handler
Currently, imsic_handle_irq() uses generic_handle_domain_irq() to handle
the interrupt, which internally has an extra step of resolving hwirq using
domain.
Avoid the translation step by replacing the hardware interrupt number with
the Linux interrupt number in the IMSIC vector data and directly call
generic_handle_irq().
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250217085657.789309-10-apatel@ventanamicro.com
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions