mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
[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>
This commit is contained in:
parent
a940199f20
commit
c853cc7e79
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user