Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260421
b: refs/heads/master
c: 37e7b5f
h: refs/heads/master
i:
  260419: 1be7b13
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Jul 26, 2011
1 parent ed84217 commit 8fb40ab
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: 95918f4a72ce1dbbd2ce67a7c3bfff31335f4219
refs/heads/master: 37e7b5f1535dddaace865b25df34a2d049a3a66f
2 changes: 1 addition & 1 deletion trunk/lib/cpumask.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EXPORT_SYMBOL(zalloc_cpumask_var_node);
*/
bool alloc_cpumask_var(cpumask_var_t *mask, gfp_t flags)
{
return alloc_cpumask_var_node(mask, flags, numa_node_id());
return alloc_cpumask_var_node(mask, flags, NUMA_NO_NODE);
}
EXPORT_SYMBOL(alloc_cpumask_var);

Expand Down

0 comments on commit 8fb40ab

Please sign in to comment.