We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542d353 commit 61a41d1Copy full SHA for 61a41d1
arch/riscv/kernel/cpu.c
@@ -92,10 +92,10 @@ int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid)
92
*/
93
static struct riscv_isa_ext_data isa_ext_arr[] = {
94
__RISCV_ISA_EXT_DATA(sscofpmf, RISCV_ISA_EXT_SSCOFPMF),
95
+ __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),
96
__RISCV_ISA_EXT_DATA(svpbmt, RISCV_ISA_EXT_SVPBMT),
97
__RISCV_ISA_EXT_DATA(zicbom, RISCV_ISA_EXT_ZICBOM),
98
__RISCV_ISA_EXT_DATA(zihintpause, RISCV_ISA_EXT_ZIHINTPAUSE),
- __RISCV_ISA_EXT_DATA(sstc, RISCV_ISA_EXT_SSTC),
99
__RISCV_ISA_EXT_DATA("", RISCV_ISA_EXT_MAX),
100
};
101
0 commit comments