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:
Anup Patel
2020-03-27 11:26:11 +05:30
committed by Anup Patel
parent 54b2779cfe
commit 9e52a45f4b
7 changed files with 22 additions and 24 deletions

View File

@@ -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";