diff options
author | Andi Kleen <ak@suse.de> | 2005-07-29 04:15:31 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-29 04:45:59 (GMT) |
commit | c853cc7e7940a2d6ad66cfe666192516fc06b0e3 (patch) | |
tree | 0c280f4db32264b0d89f38b990d085cbd0335a4a /arch | |
parent | a940199f206dcf51c65fae27e2ce412f2c5a2b22 (diff) | |
download | linux-fsl-qoriq-c853cc7e7940a2d6ad66cfe666192516fc06b0e3.tar.xz |
[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>
Diffstat (limited to 'arch')
-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 33a873a..841bd73 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); |