ANDROID: clock_gettime(CLOCK_BOOTTIME,) slows down >20x
[GitHub/exynos8895/android_kernel_samsung_universal8895.git] / arch / arm / include / asm / vdso_datapage.h
index 1adfb2daac3aff1a4b5c5f82079762460dc2d0a6..0120852b6b1297944d1fd777144e423f091586a1 100644 (file)
@@ -64,7 +64,8 @@ struct vdso_data {
        u32 tz_minuteswest;     /* timezone info for gettimeofday(2) */
        u32 tz_dsttime;
 
-       u64 btm_nsec;           /* monotonic to boot time */
+       u32 btm_sec;            /* monotonic to boot time */
+       u32 btm_nsec;
        /* Raw clocksource multipler */
        u32 cs_raw_mult;
        /* Raw time */