Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RISC-V: fix vector insn load/store width mask
[ commit: 04a2aef ] RVFDQ_FL_FS_WIDTH_MASK should be 3 bits [14-12], shifted down by 12 bits. Replace GENMASK(3, 0) with GENMASK(2, 0). Fixes: cd05483 ("riscv: Allocate user's vector context in the first-use trap") Signed-off-by: Jesse Taube <[email protected]> Reviewed-by: Charlie Jenkins <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]> Signed-off-by: Han Gao <[email protected]> Signed-off-by: Han Gao <[email protected]>
- Loading branch information