Commit c853cc7e authored by Andi Kleen's avatar Andi Kleen Committed by Linus Torvalds

[PATCH] x86_64: Remove unused variable in delay.c

Signed-off-by: default avatarAndi Kleen <ak@suse.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent a940199f
......@@ -18,8 +18,6 @@
#include <asm/smp.h>
#endif
int x86_udelay_tsc = 0; /* Delay via TSC */
int read_current_timer(unsigned long *timer_value)
{
rdtscll(*timer_value);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment