projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a940199
)
[PATCH] x86_64: Remove unused variable in delay.c
author
Andi Kleen
<ak@suse.de>
Fri, 29 Jul 2005 04:15:31 +0000
(21:15 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/arch/x86_64/lib/delay.c
b/arch/x86_64/lib/delay.c
index 33a873a3c223f82416a9ed2ea239cc15c928a5bd..841bd738a189821c4046b85870d02f75ee4699e6 100644
(file)
--- 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);