Some architectures store the clock mode into the vDSO datapage, consequently the generic datapage needs to be aligned to expose this information. This patch adds support for clock_mode in datapage.h. Cc: Arnd Bergmann <arnd@xxxxxxxx> Signed-off-by: Vincenzo Frascino <vincenzo.frascino@xxxxxxx> --- include/vdso/datapage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/vdso/datapage.h b/include/vdso/datapage.h index 0a7bdccf5773..deed007f567d 100644 --- a/include/vdso/datapage.h +++ b/include/vdso/datapage.h @@ -43,6 +43,7 @@ struct vdso_data { __u32 tz_minuteswest; /* Whacky timezone stuff */ __u32 tz_dsttime; __u32 use_syscall; + __u32 clock_mode; }; #endif /* !__ASSEMBLY__ */ -- 2.19.2