Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6af4c445 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Improve the scheduler"

parents cc7a8b2d 79470daa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
#define SCHED_CPUFREQ_WALT (1U << 4)
#define SCHED_CPUFREQ_PL        (1U << 5)
#define SCHED_CPUFREQ_EARLY_DET (1U << 6)
#define SCHED_CPUFREQ_FORCE_UPDATE (1U << 7)
#define SCHED_CPUFREQ_CONTINUE (1U << 8)

#ifdef CONFIG_CPU_FREQ
+1 −2
Original line number Diff line number Diff line
@@ -3217,8 +3217,7 @@ void walt_irq_work(struct irq_work *irq_work)
				if (rq->notif_pending) {
					flag |= SCHED_CPUFREQ_INTERCLUSTER_MIG;
					rq->notif_pending = false;
				} else
					flag |= SCHED_CPUFREQ_FORCE_UPDATE;
				}
			}

			if (i == num_cpus)