linux 6.{2,3}.y: Fix wrong patch (#739)

This commit is contained in:
Vasiliy Stelmachenok
2023-05-07 13:04:38 +03:00
committed by GitHub
parent 5750e6174c
commit c0f870d1f2
2 changed files with 6 additions and 4 deletions

View File

@@ -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

View File

@@ -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