X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fvgtod.h;h=46e24d36b7da12dc641e4718d0d80e42ca923751;hb=650ea02475106e8d6bdf561896d2ffe0d1c0ebb4;hp=8b38be2de9e15a7cf149b3c088aac074f1be0463;hpb=92bb1fcf57a0c2e45f7e67fbf0a8ed475a749236;p=~andy%2Flinux diff --git a/arch/x86/include/asm/vgtod.h b/arch/x86/include/asm/vgtod.h index 8b38be2de9e..46e24d36b7d 100644 --- a/arch/x86/include/asm/vgtod.h +++ b/arch/x86/include/asm/vgtod.h @@ -17,8 +17,8 @@ struct vsyscall_gtod_data { /* open coded 'struct timespec' */ time_t wall_time_sec; - u32 wall_time_nsec; - u32 monotonic_time_nsec; + u64 wall_time_snsec; + u64 monotonic_time_snsec; time_t monotonic_time_sec; struct timezone sys_tz;