projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87f38e
)
x86: remove duplicate call to use_tsc_delay
author
Glauber Costa
<gcosta@redhat.com>
Thu, 10 Jul 2008 17:01:47 +0000
(14:01 -0300)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 10 Jul 2008 17:47:55 +0000
(19:47 +0200)
Integration generated a duplicate call to use_tsc_delay.
Particularly, the one that is done before we check for general
tsc usability seems wrong.
Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/tsc.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/tsc.c
b/arch/x86/kernel/tsc.c
index 4a775d00195791bc455d35a0f507f0372bade084..3c36f92160c99c1d157e27a341c3541d9a57bfcb 100644
(file)
--- a/
arch/x86/kernel/tsc.c
+++ b/
arch/x86/kernel/tsc.c
@@
-513,7
+513,6
@@
void __init tsc_init(void)
*/
for_each_possible_cpu(cpu)
set_cyc2ns_scale(cpu_khz, cpu);
- use_tsc_delay();
if (tsc_disabled > 0)
return;