Sfoglia il codice sorgente

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 <mingo@kernel.org>
Ingo Molnar 13 anni fa
parent
commit
fac536f7e4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      kernel/sched/core.c

+ 2 - 0
kernel/sched/core.c

@@ -6489,6 +6489,8 @@ static int __sdt_alloc(const struct cpumask *cpu_map)
 			if (!sg)
 				return -ENOMEM;
 
+			sg->next = sg;
+
 			*per_cpu_ptr(sdd->sg, j) = sg;
 
 			sgp = kzalloc_node(sizeof(struct sched_group_power),