Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion driver/others/dynamic_riscv64.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct riscv_hwprobe {
#define RISCV_HWPROBE_IMA_V (1 << 2)
#define RISCV_HWPROBE_EXT_ZFH (1 << 27)
#define RISCV_HWPROBE_EXT_ZVFH (1 << 30)
#define RISCV_HWPROBE_EXT_ZVFBFWMA (1 << 54)
#define RISCV_HWPROBE_EXT_ZVFBFWMA (1ULL << 54)

#ifndef NR_riscv_hwprobe
#ifndef NR_arch_specific_syscall
Expand Down
Loading