diff options
-rw-r--r-- | arch/x86/kernel/tsc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/tsc.c b/arch/x86/kernel/tsc.c index 4a775d001957..3c36f92160c9 100644 --- a/arch/x86/kernel/tsc.c +++ b/arch/x86/kernel/tsc.c | |||
@@ -513,7 +513,6 @@ void __init tsc_init(void) | |||
513 | */ | 513 | */ |
514 | for_each_possible_cpu(cpu) | 514 | for_each_possible_cpu(cpu) |
515 | set_cyc2ns_scale(cpu_khz, cpu); | 515 | set_cyc2ns_scale(cpu_khz, cpu); |
516 | use_tsc_delay(); | ||
517 | 516 | ||
518 | if (tsc_disabled > 0) | 517 | if (tsc_disabled > 0) |
519 | return; | 518 | return; |