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

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

Merge "sched: initialize frequency domain cpumask"

parents 73360d86 1ad67430
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9300,6 +9300,7 @@ void __init sched_init(void)
		rq->idle_stamp = 0;
		rq->avg_idle = 2*sysctl_sched_migration_cost;
#ifdef CONFIG_SCHED_HMP
		cpumask_set_cpu(i, &rq->freq_domain_cpumask);
		rq->cur_freq = 1;
		rq->max_freq = 1;
		rq->min_freq = 1;