summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/vgtod.h
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2012-09-04 16:14:46 -0400
committerJohn Stultz <john.stultz@linaro.org>2012-09-24 12:38:09 -0400
commit650ea02475106e8d6bdf561896d2ffe0d1c0ebb4 (patch)
tree0e4e06e525c8e47cd3379addbbc4895f20347df7 /arch/x86/include/asm/vgtod.h
parent92bb1fcf57a0c2e45f7e67fbf0a8ed475a749236 (diff)
downloadlinux-0-day-650ea02475106e8d6bdf561896d2ffe0d1c0ebb4.tar.gz
linux-0-day-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/vgtod.h b/arch/x86/include/asm/vgtod.h
index 8b38be2de9e15..46e24d36b7da1 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;