Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299879
b: refs/heads/master
c: 5e7371d
h: refs/heads/master
i:
  299877: 34390fa
  299875: 727b344
  299871: 283fc4a
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Apr 28, 2012
1 parent 901cec4 commit bbc0e1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 6fa99b7f80b4a7ed2cf616eae393bb6d9d51ba8f
refs/heads/master: 5e7371ded05adfcfcee44a8bc070bfc37979b8f2
6 changes: 3 additions & 3 deletions trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ static bool migrate_one_irq(struct irq_desc *desc)
}

c = irq_data_get_irq_chip(d);
if (c->irq_set_affinity)
c->irq_set_affinity(d, affinity, true);
else
if (!c->irq_set_affinity)
pr_debug("IRQ%u: unable to set affinity\n", d->irq);
else if (c->irq_set_affinity(d, affinity, true) == IRQ_SET_MASK_OK && ret)
cpumask_copy(d->affinity, affinity);

return ret;
}
Expand Down

0 comments on commit bbc0e1d

Please sign in to comment.