We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e9820 commit 55e853aCopy full SHA for 55e853a
driver/others/dynamic_riscv64.c
@@ -99,7 +99,7 @@ struct riscv_hwprobe {
99
#define RISCV_HWPROBE_IMA_V (1 << 2)
100
#define RISCV_HWPROBE_EXT_ZFH (1 << 27)
101
#define RISCV_HWPROBE_EXT_ZVFH (1 << 30)
102
-#define RISCV_HWPROBE_EXT_ZVFBFWMA (1 << 54)
+#define RISCV_HWPROBE_EXT_ZVFBFWMA (1ULL << 54)
103
104
#ifndef NR_riscv_hwprobe
105
#ifndef NR_arch_specific_syscall
0 commit comments