forked from Mirrors/opensbi
include: sbi_ipi: Remove scratch parameter from most functions
This patch removes scratch parameter from most sbi_ipi functions. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Atish Patra <atish.patra@wdc.com>
This commit is contained in:
@@ -232,7 +232,7 @@ void sbi_trap_handler(struct sbi_trap_regs *regs)
|
||||
sbi_timer_process(sbi_scratch_thishart_ptr());
|
||||
break;
|
||||
case IRQ_M_SOFT:
|
||||
sbi_ipi_process(sbi_scratch_thishart_ptr());
|
||||
sbi_ipi_process();
|
||||
break;
|
||||
default:
|
||||
msg = "unhandled external interrupt";
|
||||
|
Reference in New Issue
Block a user