Commit a894187e authored by Samuel Holland's avatar Samuel Holland Committed by Anup Patel
Browse files

lib: sbi_ipi: Do not ignore errors from sbi_ipi_send()



Currently, failures in sbi_ipi_send() are silently ignored, which makes
them difficult to debug. Instead, abort sending the IPI and pass back
the error, but still synchronize any IPIs already sent.

Signed-off-by: default avatarSamuel Holland <samuel.holland@sifive.com>
Signed-off-by: default avatarAnup Patel <anup@brainfault.org>
parent 35cba926
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment