summarylogtreecommitdiffstats
path: root/ck-patch-for-5.4.62+.patch
diff options
context:
space:
mode:
authorshmilee2020-09-05 20:53:36 +0800
committershmilee2020-09-05 20:53:36 +0800
commit0ac4b4ee48a6df2f1bb6c55acbccaa44b2d29042 (patch)
treea4d1272187693f26a83fa86c22e7d07a47720e6d /ck-patch-for-5.4.62+.patch
parent53ce0b4a609869b6620c6f60c6309e9b440dd594 (diff)
downloadaur-0ac4b4ee48a6df2f1bb6c55acbccaa44b2d29042.tar.gz
test: LTS 5.4.62
Diffstat (limited to 'ck-patch-for-5.4.62+.patch')
-rw-r--r--ck-patch-for-5.4.62+.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/ck-patch-for-5.4.62+.patch b/ck-patch-for-5.4.62+.patch
new file mode 100644
index 000000000000..5b76de161241
--- /dev/null
+++ b/ck-patch-for-5.4.62+.patch
@@ -0,0 +1,11 @@
+--- patch-5.4.61-ck1 2020-09-04 22:10:44.000000000 +0800
++++ patch-5.4.62-ck1 2020-09-05 10:27:35.000000000 +0800
+@@ -16691,7 +16691,7 @@
+ @@ -213,7 +219,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;