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)
commit1ed4237ab616a05225e11d07bf42d5474deec905
treeded02b031b4485ccb3372882850a16ebff139cf7
parent84df9525b0c27f3ebc2ebb1864fa62a97fdedb7d
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