Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140559
b: refs/heads/master
c: 0b96625
h: refs/heads/master
i:
  140557: 6c95b3f
  140555: 790db44
  140551: 00a6232
  140543: 5428660
v: v3
  • Loading branch information
Rusty Russell authored and Ingo Molnar committed Mar 13, 2009
1 parent ded0e7d commit bbddc4d
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: 238a5b4bff2e0929a9ceb41f340137f36a6a75d9
refs/heads/master: 0b966252d9e5d95ec2d11e63d7e55b42913aa5b7
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const struct cpumask *cpumask_of_node(int node)
dump_stack();
return cpu_online_mask;
}
return &node_to_cpumask_map[node];
return node_to_cpumask_map[node];
}
EXPORT_SYMBOL(cpumask_of_node);
#endif

0 comments on commit bbddc4d

Please sign in to comment.