Loading kernel/sched/sched.h +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading kernel/sched/walt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
kernel/sched/sched.h +1 −1 Original line number Diff line number Diff line Loading @@ -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) Loading
kernel/sched/walt.c +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading