diff options
author | 2020-06-01 14:45:42 +0530 | |
---|---|---|
committer | 2020-06-09 19:11:24 -0700 | |
commit | 24dc17005ca1d5034d5575f8f94bfd9ad719a22f (patch) | |
tree | 1195b62a069e4e01d85a606d2820b125dfcf34f9 /tools/perf/scripts/python | |
parent | clocksource/drivers/timer-riscv: Use per-CPU timer interrupt (diff) | |
download | linux-dev-24dc17005ca1d5034d5575f8f94bfd9ad719a22f.tar.xz linux-dev-24dc17005ca1d5034d5575f8f94bfd9ad719a22f.zip |
RISC-V: Remove do_IRQ() function
The only thing do_IRQ() does is call handle_arch_irq function
pointer. We can very well call handle_arch_irq function pointer
directly from assembly and remove do_IRQ() function hence this
patch.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Reviewed-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions