]> git.baikalelectronics.ru Git - kernel.git/commit
RISC-V: No need to pass scause as arg to do_IRQ()
authorAnup Patel <anup@brainfault.org>
Tue, 2 Oct 2018 19:14:54 +0000 (12:14 -0700)
committerPalmer Dabbelt <palmer@sifive.com>
Tue, 23 Oct 2018 00:03:35 +0000 (17:03 -0700)
commitab46d3d7f1095be038c4826a8b663d0eb2649ae2
treeded02b031b4485ccb3372882850a16ebff139cf7
parent2e09106ae1b4c0fe2085211973677140da5ec823
RISC-V: No need to pass scause as arg to do_IRQ()

The scause is already part of pt_regs so no need to pass
scause as separate arg to do_IRQ().

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/kernel/entry.S
arch/riscv/kernel/irq.c