Loading kernel/sched.c +7 −6 Original line number Diff line number Diff line Loading @@ -1350,10 +1350,10 @@ static int wake_idle(int cpu, struct task_struct *p) if (idle_cpu(i)) return i; } } else } else { break; } } return cpu; } #else Loading Loading @@ -5920,6 +5920,7 @@ static int build_sched_domains(const cpumask_t *cpu_map) sched_group_nodes[i] = sg; for_each_cpu_mask(j, nodemask) { struct sched_domain *sd; sd = &per_cpu(node_domains, j); sd->groups = sg; } Loading Loading
kernel/sched.c +7 −6 Original line number Diff line number Diff line Loading @@ -1350,10 +1350,10 @@ static int wake_idle(int cpu, struct task_struct *p) if (idle_cpu(i)) return i; } } else } else { break; } } return cpu; } #else Loading Loading @@ -5920,6 +5920,7 @@ static int build_sched_domains(const cpumask_t *cpu_map) sched_group_nodes[i] = sg; for_each_cpu_mask(j, nodemask) { struct sched_domain *sd; sd = &per_cpu(node_domains, j); sd->groups = sg; } Loading