We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6048245 commit cf5fcd7Copy full SHA for cf5fcd7
drivers/cpufreq/amd-pstate.c
@@ -815,7 +815,7 @@ static void amd_pstate_init_prefcore(struct amd_cpudata *cpudata)
815
* sched_set_itmt_support(true) has been called and it is valid to
816
* update them at any time after it has been called.
817
*/
818
- sched_set_itmt_core_prio((int)READ_ONCE(cpudata->highest_perf), cpudata->cpu);
+ sched_set_itmt_core_prio((int)READ_ONCE(cpudata->prefcore_ranking), cpudata->cpu);
819
820
schedule_work(&sched_prefcore_work);
821
}
0 commit comments