lib: sbi: Remove regs paramter of sbi_irqchip_process()
authorAnup Patel <apatel@ventanamicro.com>
Mon, 11 Mar 2024 12:23:41 +0000 (17:53 +0530)
committerAnup Patel <anup@brainfault.org>
Tue, 19 Mar 2024 06:01:33 +0000 (11:31 +0530)
commitd84e7eb7f0848225e10131ca4b9e1571d78cdabd
tree2f0949140371baeff4a129d7781bbd583862d320
parentf414cf931eaf41c28d2750928108321d5006b178
lib: sbi: Remove regs paramter of sbi_irqchip_process()

The irqchip handlers will typically not need pointer to trap registers
so remove regs parameter of sbi_irqchip_process().

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Tested-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Clément Léger <cleger@rivosinc.com>
include/sbi/sbi_irqchip.h
lib/sbi/sbi_irqchip.c
lib/sbi/sbi_trap.c
lib/utils/irqchip/imsic.c