linux_dsm_epyc7002/arch/riscv/kernel
Anup Patel 24dc17005c
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>
2020-06-09 19:11:24 -07:00
..
vdso
.gitignore
asm-offsets.c
cacheinfo.c
clint.c
cpu_ops_sbi.c
cpu_ops_spinwait.c
cpu_ops.c
cpu-hotplug.c
cpu.c
cpufeature.c
entry.S RISC-V: Remove do_IRQ() function 2020-06-09 19:11:24 -07:00
fpu.S
ftrace.c
head.h
head.S
irq.c RISC-V: Remove do_IRQ() function 2020-06-09 19:11:24 -07:00
kgdb.c
Makefile
mcount-dyn.S
mcount.S
module-sections.c
module.c
module.lds
patch.c
perf_callchain.c
perf_event.c
perf_regs.c
process.c
ptrace.c
reset.c
riscv_ksyms.c
sbi.c
setup.c
signal.c
smp.c
smpboot.c
soc.c
stacktrace.c
sys_riscv.c
syscall_table.c
time.c
traps_misaligned.c
traps.c irqchip: RISC-V per-HART local interrupt controller driver 2020-06-09 19:11:21 -07:00
vdso.c
vmlinux.lds.S