]> 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)
commit6a4d9dcd2af3fce63b1d3f0188ca2a8b4688d035
treeded02b031b4485ccb3372882850a16ebff139cf7
parentdcd1f6434919ea6a6590d19418c3f67392f043f0
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