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

Commit d86b06e0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "cpufreq: Call cpufreq_update_policy() during cpufreq_stats_init()"

parents 96d5e716 f30be559
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -414,6 +414,9 @@ static int __init cpufreq_stats_init(void)
		return ret;
	}

	for_each_online_cpu(cpu)
		cpufreq_update_policy(cpu);

	return 0;
}
static void __exit cpufreq_stats_exit(void)