diff options
| -rw-r--r-- | include/vdso/datapage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vdso/datapage.h b/include/vdso/datapage.h index dfd98f969f15..1df22e8bb9b3 100644 --- a/include/vdso/datapage.h +++ b/include/vdso/datapage.h @@ -129,6 +129,8 @@ struct vdso_time_data { struct arch_vdso_time_data arch_data; } ____cacheline_aligned; +#define vdso_clock vdso_time_data + /** * struct vdso_rng_data - vdso RNG state information * @generation: counter representing the number of RNG reseeds |
