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

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

Merge "sched: Enable latency sensitive feature"

parents 50ddda01 4a9f235f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7006,7 +7006,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
	cpumask_t *candidates;
	bool is_rtg, curr_is_rtg;
	struct find_best_target_env fbt_env;
	bool need_idle = wake_to_idle(p);
	bool need_idle = wake_to_idle(p) || uclamp_latency_sensitive(p);
	u64 start_t = 0;
	int delta = 0;
	int task_boost = per_task_boost(p);