Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(riscv/sbi): rfence hart mask adjustment and check
Right now, the sbi rfence implementation only supports 64 harts, so the hart mask has to be rectified for always base 0 and return error if an with hart id >= 64 is being targeted. Both this check and the hart adjusment were being incorrectly performed. Signed-off-by: Jose Martins <[email protected]>
- Loading branch information