riscv: Fix sbi_remote_sfence_vma{,_asid}
authorBin Meng <bmeng.cn@gmail.com>
Fri, 6 Mar 2020 08:44:16 +0000 (00:44 -0800)
committerAndes <uboot@andestech.com>
Tue, 17 Mar 2020 03:29:40 +0000 (11:29 +0800)
commitfe13692e23b3786d4de060a98c65c922385d6c70
tree88423e2a3e5cc48aedd8a023cda668ea43688980
parenta4df9d8ab848ea4ff10b247ae435b0a14bbbd066
riscv: Fix sbi_remote_sfence_vma{,_asid}

Currently sbi_remote_sfence_vma{,_asid} does not pass their arguments
to SBI at all, which is semantically incorrect.

This keeps in sync with Linux kernel commit:
  a21344dfc6ad: fix sbi_remote_sfence_vma{,_asid}

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Lukas Auer <lukas@auer.io>
arch/riscv/include/asm/sbi.h