summaryrefslogtreecommitdiff
path: root/fix-ck1_for_5.7.17.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-19 15:51:18 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2020-10-19 15:51:18 -0700
commit15d76ad333c2fea62ce7a54bec749d59ad3a064b (patch)
treea70ac21901c3728f6bcb4acfe2175442af2e9488 /fix-ck1_for_5.7.17.patch
parentUpdated to 5.7.19 (diff)
downloadlinux-ck-15d76ad333c2fea62ce7a54bec749d59ad3a064b.tar.xz
Updated to 5.9.1
Diffstat (limited to 'fix-ck1_for_5.7.17.patch')
-rw-r--r--fix-ck1_for_5.7.17.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/fix-ck1_for_5.7.17.patch b/fix-ck1_for_5.7.17.patch
deleted file mode 100644
index aa83ead..0000000
--- a/fix-ck1_for_5.7.17.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Thanks to ooo for pointing this out
-https://aur.archlinux.org/packages/linux-ck/#comment-762177
-
---- a/patch-5.7-ck1 2020-06-10 00:59:29.000000000 +0300
-+++ b/patch-5.7-ck1 2020-08-23 13:42:46.304190376 +0300
-@@ -12162,7 +12162,7 @@
- @@ -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;