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

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

Merge "sched: walt: Improve the scheduler"

parents 48cca3ce 73589394
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3127,7 +3127,7 @@ static inline bool is_min_capacity_cpu(int cpu) { return true; }
static inline int
preferred_cluster(struct sched_cluster *cluster, struct task_struct *p)
{
	return 1;
	return -1;
}

static inline struct sched_cluster *rq_cluster(struct rq *rq)
+1 −1
Original line number Diff line number Diff line
@@ -2554,7 +2554,7 @@ static struct sched_cluster *best_cluster(struct related_thread_group *grp,
int preferred_cluster(struct sched_cluster *cluster, struct task_struct *p)
{
	struct related_thread_group *grp;
	int rc = 1;
	int rc = -1;

	rcu_read_lock();