diff options
author | John Stultz <john.stultz@linaro.org> | 2012-09-04 20:14:46 (GMT) |
---|---|---|
committer | John Stultz <john.stultz@linaro.org> | 2012-09-24 16:38:09 (GMT) |
commit | 650ea02475106e8d6bdf561896d2ffe0d1c0ebb4 (patch) | |
tree | 0e4e06e525c8e47cd3379addbbc4895f20347df7 /arch/x86/include/asm/vgtod.h | |
parent | 92bb1fcf57a0c2e45f7e67fbf0a8ed475a749236 (diff) | |
download | linux-fsl-qoriq-650ea02475106e8d6bdf561896d2ffe0d1c0ebb4.tar.xz |
time: Convert x86_64 to using new update_vsyscall
Switch x86_64 to using sub-ns precise vsyscall
Cc: Tony Luck <tony.luck@intel.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Paul Turner <pjt@google.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Prarit Bhargava <prarit@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'arch/x86/include/asm/vgtod.h')
-rw-r--r-- | arch/x86/include/asm/vgtod.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/vgtod.h b/arch/x86/include/asm/vgtod.h index 8b38be2..46e24d3 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; |