Skip to content

Commit

Permalink
x86: vdso: Remove unused variable
Browse files Browse the repository at this point in the history
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@mit.edu>
  • Loading branch information
Thomas Gleixner committed May 26, 2011
1 parent 973aa81 commit e9d3594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/vdso/vclock_gettime.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ static __always_inline long time_syscall(long *t)

notrace time_t __vdso_time(time_t *t)
{
unsigned seq;
time_t result;

if (unlikely(!VVAR(vsyscall_gtod_data).sysctl_enabled))
return time_syscall(t);

Expand Down

0 comments on commit e9d3594

Please sign in to comment.