From c0f870d1f2e8eee9455dd875383effec983b478e Mon Sep 17 00:00:00 2001 From: Vasiliy Stelmachenok <92667539+ventureoo@users.noreply.github.com> Date: Sun, 7 May 2023 13:04:38 +0300 Subject: [PATCH] linux 6.{2,3}.y: Fix wrong patch (#739) --- linux-tkg-patches/6.2/0003-glitched-cfs-additions.patch | 5 +++-- linux-tkg-patches/6.3/0003-glitched-cfs-additions.patch | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/linux-tkg-patches/6.2/0003-glitched-cfs-additions.patch b/linux-tkg-patches/6.2/0003-glitched-cfs-additions.patch index 154bc62..94eb526 100644 --- a/linux-tkg-patches/6.2/0003-glitched-cfs-additions.patch +++ b/linux-tkg-patches/6.2/0003-glitched-cfs-additions.patch @@ -17,6 +17,9 @@ index 6b3b59cc51d6..2a0072192c3d 100644 const_debug unsigned int sysctl_sched_migration_cost = 500000UL; +#endif + + int sched_thermal_decay_shift; + static int __init setup_sched_thermal_decay_shift(char *str) diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c index 051aaf65c..705df5511 100644 @@ -31,5 +34,3 @@ index 051aaf65c..705df5511 100644 DEFINE_MUTEX(sched_energy_mutex); bool sched_energy_update; --- -2.39.1 diff --git a/linux-tkg-patches/6.3/0003-glitched-cfs-additions.patch b/linux-tkg-patches/6.3/0003-glitched-cfs-additions.patch index 154bc62..94eb526 100644 --- a/linux-tkg-patches/6.3/0003-glitched-cfs-additions.patch +++ b/linux-tkg-patches/6.3/0003-glitched-cfs-additions.patch @@ -17,6 +17,9 @@ index 6b3b59cc51d6..2a0072192c3d 100644 const_debug unsigned int sysctl_sched_migration_cost = 500000UL; +#endif + + int sched_thermal_decay_shift; + static int __init setup_sched_thermal_decay_shift(char *str) diff --git a/kernel/sched/topology.c b/kernel/sched/topology.c index 051aaf65c..705df5511 100644 @@ -31,5 +34,3 @@ index 051aaf65c..705df5511 100644 DEFINE_MUTEX(sched_energy_mutex); bool sched_energy_update; --- -2.39.1