Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305398
b: refs/heads/master
c: 2074b1d
h: refs/heads/master
v: v3
  • Loading branch information
Kim Phillips authored and Benjamin Herrenschmidt committed May 22, 2012
1 parent 6456c1e commit c1c5a61
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: 6749ef0b8b1f8aa72cc93c874edef39f4c0533ba
refs/heads/master: 2074b1d9d53ae696dd3f49482bad43254f40f01d
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ int irq_choose_cpu(const struct cpumask *mask)
{
int cpuid;

if (cpumask_equal(mask, cpu_all_mask)) {
if (cpumask_equal(mask, cpu_online_mask)) {
static int irq_rover;
static DEFINE_RAW_SPINLOCK(irq_rover_lock);
unsigned long flags;
Expand Down

0 comments on commit c1c5a61

Please sign in to comment.