diff options
author | Andi Kleen <ak@suse.de> | 2005-07-28 21:15:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-28 21:45:59 -0700 |
commit | c853cc7e7940a2d6ad66cfe666192516fc06b0e3 (patch) | |
tree | 0c280f4db32264b0d89f38b990d085cbd0335a4a | |
parent | a940199f206dcf51c65fae27e2ce412f2c5a2b22 (diff) |
[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>
-rw-r--r-- | arch/x86_64/lib/delay.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/lib/delay.c b/arch/x86_64/lib/delay.c index 33a873a3c22..841bd738a18 100644 --- a/arch/x86_64/lib/delay.c +++ b/arch/x86_64/lib/delay.c @@ -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); |