Loading kernel/sched/fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -5151,7 +5151,7 @@ static int should_we_balance(struct lb_env *env) * First idle cpu or the first cpu(busiest) in this sched group * is eligible for doing load balancing at this and above domains. */ return balance_cpu != env->dst_cpu; return balance_cpu == env->dst_cpu; } /* Loading Loading
kernel/sched/fair.c +1 −1 Original line number Diff line number Diff line Loading @@ -5151,7 +5151,7 @@ static int should_we_balance(struct lb_env *env) * First idle cpu or the first cpu(busiest) in this sched group * is eligible for doing load balancing at this and above domains. */ return balance_cpu != env->dst_cpu; return balance_cpu == env->dst_cpu; } /* Loading