Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e54afe38 authored by Glauber Costa's avatar Glauber Costa Committed by Ingo Molnar
Browse files

x86: remove duplicate call to use_tsc_delay



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: default avatarGlauber Costa <gcosta@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent f87f38ec
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;