Loading kernel/sched/fair.c +1 −0 Original line number Diff line number Diff line Loading @@ -7688,6 +7688,7 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu, if (!prefer_idle && (target_cpu != -1 || best_idle_cpu != -1) && (fbt_env->placement_boost == SCHED_BOOST_NONE || sched_boost() != FULL_THROTTLE_BOOST || (fbt_env->placement_boost == SCHED_BOOST_ON_BIG && !next_group_higher_cap))) break; Loading Loading
kernel/sched/fair.c +1 −0 Original line number Diff line number Diff line Loading @@ -7688,6 +7688,7 @@ static inline int find_best_target(struct task_struct *p, int *backup_cpu, if (!prefer_idle && (target_cpu != -1 || best_idle_cpu != -1) && (fbt_env->placement_boost == SCHED_BOOST_NONE || sched_boost() != FULL_THROTTLE_BOOST || (fbt_env->placement_boost == SCHED_BOOST_ON_BIG && !next_group_higher_cap))) break; Loading