Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310468
b: refs/heads/master
c: 2ea4580
h: refs/heads/master
v: v3
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed May 30, 2012
1 parent 2e22bd3 commit ee6b485
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: 5aaa0b7a2ed5b12692c9ffb5222182bd558d3146
refs/heads/master: 2ea45800d8e1c3c51c45a233d6bd6289a297a386
2 changes: 1 addition & 1 deletion trunk/kernel/sched/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -6436,7 +6436,7 @@ static void sched_init_numa(void)
return;

for (j = 0; j < nr_node_ids; j++) {
struct cpumask *mask = kzalloc_node(cpumask_size(), GFP_KERNEL, j);
struct cpumask *mask = kzalloc(cpumask_size(), GFP_KERNEL);
if (!mask)
return;

Expand Down

0 comments on commit ee6b485

Please sign in to comment.