Skip to content

Commit

Permalink
[PATCH] x86_64: Remove unused variable in delay.c
Browse files Browse the repository at this point in the history
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Jul 29, 2005
1 parent a940199 commit c853cc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/x86_64/lib/delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c853cc7

Please sign in to comment.