[PATCH] x86_64: Remove unused variable in delay.c
authorAndi Kleen <ak@suse.de>
Fri, 29 Jul 2005 04:15:31 +0000 (21:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 29 Jul 2005 04:45:59 +0000 (21:45 -0700)
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/lib/delay.c

index 33a873a..841bd73 100644 (file)
@@ -18,8 +18,6 @@
 #include <asm/smp.h>
 #endif
 
 #include <asm/smp.h>
 #endif
 
-int x86_udelay_tsc = 0;                /* Delay via TSC */
-
 int read_current_timer(unsigned long *timer_value)
 {
        rdtscll(*timer_value);
 int read_current_timer(unsigned long *timer_value)
 {
        rdtscll(*timer_value);