Home
last modified time | relevance | path

Searched hist:"5 ea6764d9095e234b024054f75ebbccc4f0eb146" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/riscv/include/uapi/asm/
H A Dhwprobe.hdiff 5ea6764d9095e234b024054f75ebbccc4f0eb146 Tue Apr 09 16:38:37 CEST 2024 Clément Léger <cleger@rivosinc.com> riscv: hwprobe: fix invalid sign extension for RISCV_HWPROBE_EXT_ZVFHMIN

The current definition yields a negative 32bits signed value which
result in a mask with is obviously incorrect. Replace it by using a
1ULL bit shift value to obtain a single set bit mask.

Fixes: 5dadda5e6a59 ("riscv: hwprobe: export Zvfh[min] ISA extensions")
Signed-off-by: Clément Léger <cleger@rivosinc.com>
Reviewed-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20240409143839.558784-1-cleger@rivosinc.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>