]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit71aedc44b4bc2005f3d7c9ff1602bb3f285c02fc
tree88423e2a3e5cc48aedd8a023cda668ea43688980
parent89b17a6134c3927bb1ccf89fd9a6cc4b51e7c18d
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