summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/vdso/arch_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/riscv/include/asm/vdso/arch_data.h')
-rw-r--r--arch/riscv/include/asm/vdso/arch_data.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/riscv/include/asm/vdso/arch_data.h b/arch/riscv/include/asm/vdso/arch_data.h
index 88b37af55175..da57a3786f7a 100644
--- a/arch/riscv/include/asm/vdso/arch_data.h
+++ b/arch/riscv/include/asm/vdso/arch_data.h
@@ -12,12 +12,6 @@ struct vdso_arch_data {
/* Boolean indicating all CPUs have the same static hwprobe values. */
__u8 homogeneous_cpus;
-
- /*
- * A gate to check and see if the hwprobe data is actually ready, as
- * probing is deferred to avoid boot slowdowns.
- */
- __u8 ready;
};
#endif /* __RISCV_ASM_VDSO_ARCH_DATA_H */