mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-15 11:47:47 +00:00
x86: vdso: Remove unused variable
Reported-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andy Lutomirski <luto@mit.edu>
This commit is contained in:
parent
973aa8181e
commit
e9d35946c8
@ -175,8 +175,8 @@ static __always_inline long time_syscall(long *t)
|
|||||||
|
|
||||||
notrace time_t __vdso_time(time_t *t)
|
notrace time_t __vdso_time(time_t *t)
|
||||||
{
|
{
|
||||||
unsigned seq;
|
|
||||||
time_t result;
|
time_t result;
|
||||||
|
|
||||||
if (unlikely(!VVAR(vsyscall_gtod_data).sysctl_enabled))
|
if (unlikely(!VVAR(vsyscall_gtod_data).sysctl_enabled))
|
||||||
return time_syscall(t);
|
return time_syscall(t);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user