1
0
Fork 0

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

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Andi Kleen 2005-07-28 21:15:31 -07:00 committed by Linus Torvalds
parent a940199f20
commit c853cc7e79
1 changed files with 0 additions and 2 deletions

View File

@ -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);