Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179296
b: refs/heads/master
c: 44c36ae
h: refs/heads/master
v: v3
  • Loading branch information
Anton Blanchard authored and Matt Turner committed Jan 14, 2010
1 parent 5280c12 commit dbb4ed7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: abd4d609057dd4faa22837376fdef2433e4c33b1
refs/heads/master: 44c36aed43b57ea12140957bebe76d711fbed653
3 changes: 3 additions & 0 deletions trunk/arch/alpha/include/asm/topology.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ static const struct cpumask *cpumask_of_node(int node)
{
int cpu;

if (node == -1)
return cpu_all_mask;

cpumask_clear(&node_to_cpumask_map[node]);

for_each_online_cpu(cpu) {
Expand Down

0 comments on commit dbb4ed7

Please sign in to comment.