diff options
Diffstat (limited to 'arch/x86/kernel/vsyscall_64.c')
-rw-r--r-- | arch/x86/kernel/vsyscall_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/vsyscall_64.c b/arch/x86/kernel/vsyscall_64.c index cf7a47b35e10..585541ca1a7e 100644 --- a/arch/x86/kernel/vsyscall_64.c +++ b/arch/x86/kernel/vsyscall_64.c | |||
@@ -172,7 +172,7 @@ time_t __vsyscall(1) vtime(time_t *t) | |||
172 | if (unlikely(!__vsyscall_gtod_data.sysctl_enabled)) | 172 | if (unlikely(!__vsyscall_gtod_data.sysctl_enabled)) |
173 | return time_syscall(t); | 173 | return time_syscall(t); |
174 | 174 | ||
175 | vgettimeofday(&tv, 0); | 175 | vgettimeofday(&tv, NULL); |
176 | result = tv.tv_sec; | 176 | result = tv.tv_sec; |
177 | if (t) | 177 | if (t) |
178 | *t = result; | 178 | *t = result; |