lib: sbi: Remove regs parameter from trap irq handling functions
authorAnup Patel <apatel@ventanamicro.com>
Mon, 11 Mar 2024 12:30:50 +0000 (18:00 +0530)
committerAnup Patel <anup@brainfault.org>
Tue, 19 Mar 2024 06:01:35 +0000 (11:31 +0530)
commit43d346c0c1d3817d863741c3c523ab6e0c87cc6f
tree5b06f52ff08b78f2eb47cdf9e9dd2e8ef49b7ec4
parentd84e7eb7f0848225e10131ca4b9e1571d78cdabd
lib: sbi: Remove regs parameter from trap irq handling functions

The trap irq handling functions no longer require regs parameter
so remove it.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Samuel Holland <samuel.holland@sifive.com>
Tested-by: Samuel Holland <samuel.holland@sifive.com>
include/sbi/riscv_encoding.h
lib/sbi/sbi_trap.c