Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164323
b: refs/heads/master
c: cb5fd13
h: refs/heads/master
i:
  164321: 44d1a6d
  164319: ac2d503
v: v3
  • Loading branch information
Yong Zhang authored and Ingo Molnar committed Sep 20, 2009
1 parent b168f08 commit 4c61869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89f19f04dc72363d912fd007a399cb10310eff6e
refs/heads/master: cb5fd13f1178dee4302646b2890d884c380160e1
2 changes: 1 addition & 1 deletion trunk/kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -9165,6 +9165,7 @@ void __init sched_init_smp(void)
cpumask_var_t non_isolated_cpus;

alloc_cpumask_var(&non_isolated_cpus, GFP_KERNEL);
alloc_cpumask_var(&fallback_doms, GFP_KERNEL);

#if defined(CONFIG_NUMA)
sched_group_nodes_bycpu = kzalloc(nr_cpu_ids * sizeof(void **),
Expand Down Expand Up @@ -9196,7 +9197,6 @@ void __init sched_init_smp(void)
sched_init_granularity();
free_cpumask_var(non_isolated_cpus);

alloc_cpumask_var(&fallback_doms, GFP_KERNEL);
init_sched_rt_class();
}
#else
Expand Down

0 comments on commit 4c61869

Please sign in to comment.