linux57-tkg: Fix MuQSS patch application

This commit is contained in:
Tk-Glitch
2020-08-26 00:27:54 +02:00
parent 98da724052
commit 5c5011e9d0
2 changed files with 3 additions and 3 deletions

View File

@@ -12172,7 +12172,7 @@ index 7fbaee24c824..15d274af9b1c 100644
@@ -211,7 +217,7 @@ unsigned long schedutil_cpu_util(int cpu, unsigned long util_cfs,
struct rq *rq = cpu_rq(cpu);
if (!IS_BUILTIN(CONFIG_UCLAMP_TASK) &&
if (!uclamp_is_used() &&
- type == FREQUENCY_UTIL && rt_rq_is_runnable(&rq->rt)) {
+ type == FREQUENCY_UTIL && rt_rq_runnable(rq)) {
return max;