ANDROID: clock_gettime(CLOCK_BOOTTIME,) slows down >20x
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / arm64 / include / asm / vdso_datapage.h
index e4fa5e054708174303f610eeb07956bd2639c898..348b9be9efe75b5f1736f438120227369f13af2f 100644 (file)
@@ -45,7 +45,8 @@ struct vdso_data {
        __u64 xtime_coarse_nsec;
        __u64 wtm_clock_sec;    /* Wall to monotonic time */
        vdso_wtm_clock_nsec_t wtm_clock_nsec;
-       __u64 btm_nsec;         /* monotonic to boot time */
+       __u32 btm_sec;          /* monotonic to boot time */
+       __u32 btm_nsec;
        __u32 tb_seq_count;     /* Timebase sequence counter */
        /* cs_* members must be adjacent and in this order (ldp accesses) */
        __u32 cs_mono_mult;     /* NTP-adjusted clocksource multiplier */