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 d2721bb commit 492c513Copy full SHA for 492c513
arch/riscv/include/asm/cpufeature.h
@@ -31,6 +31,8 @@ struct riscv_isainfo {
31
32
DECLARE_PER_CPU(struct riscv_cpuinfo, riscv_cpuinfo);
33
34
+extern const struct seq_operations cpuinfo_op;
35
+
36
/* Per-cpu ISA extensions. */
37
extern struct riscv_isainfo hart_isa[NR_CPUS];
38
0 commit comments