Skip to content

Commit fac536f

Browse files
author
Ingo Molnar
committed
Merge branch 'sched/urgent' into sched/core
Merge reason: bring together all the pending scheduler bits, for the sched/numa changes. Signed-off-by: Ingo Molnar <[email protected]>
2 parents 13e099d + 30b4e9e commit fac536f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/sched/core.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6489,6 +6489,8 @@ static int __sdt_alloc(const struct cpumask *cpu_map)
64896489
if (!sg)
64906490
return -ENOMEM;
64916491

6492+
sg->next = sg;
6493+
64926494
*per_cpu_ptr(sdd->sg, j) = sg;
64936495

64946496
sgp = kzalloc_node(sizeof(struct sched_group_power),

0 commit comments

Comments
 (0)