lib: sbi: check A2 register in ecall_dbcn_handler.
authorGianluca Guida <gianluca@rivosinc.com>
Thu, 22 Jun 2023 17:38:59 +0000 (18:38 +0100)
committerAnup Patel <anup@brainfault.org>
Fri, 23 Jun 2023 03:16:07 +0000 (08:46 +0530)
commit8bd666a25b543ba391ae6ee81c1a2469e95c4a05
tree7dcaa2b88c62d43f94b9d81d009d6afd862dd361
parent27c957a43b030523baf931a3b8ef002418fb27ad
lib: sbi: check A2 register in ecall_dbcn_handler.

Do not ignore register A2 (high bits of physical address) in the dbcn
handler (RV64).

Signed-off-by: Gianluca Guida <gianluca@rivosinc.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
lib/sbi/sbi_ecall_dbcn.c