Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323577
b: refs/heads/master
c: c0e12e5
h: refs/heads/master
i:
  323575: d503282
v: v3
  • Loading branch information
Paul E. McKenney authored and Paul E. McKenney committed Aug 20, 2012
1 parent 8e74c3d commit 4e2ec79
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: 81942621bd6b70b1a1ac4692b3f8f3be65a91b44
refs/heads/master: c0e12e51b0522f7f5f09ea90273dbb724afb054d
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/ehca/ehca_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int find_next_online_cpu(struct ehca_comp_pool *pool)
if (cpu >= nr_cpu_ids)
cpu = cpumask_first(cpu_online_mask);
pool->last_cpu = cpu;
} while (!per_cpu_ptr(pool->cpu_comp_tasks, cpu)->active)
} while (!per_cpu_ptr(pool->cpu_comp_tasks, cpu)->active);
spin_unlock_irqrestore(&pool->last_cpu_lock, flags);

return cpu;
Expand Down

0 comments on commit 4e2ec79

Please sign in to comment.