Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242459
b: refs/heads/master
c: 2a2b221
h: refs/heads/master
i:
  242457: 16a20b0
  242455: 28c0566
v: v3
  • Loading branch information
Thomas Gleixner authored and Ralf Baechle committed Mar 25, 2011
1 parent 00bd76f commit 8194bc1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0e9c4ec61a80a2058a600c9ac8ad3b15574b1201
refs/heads/master: 2a2b2212986a4072d11e521a63672e3219173437
3 changes: 2 additions & 1 deletion trunk/arch/mips/kernel/smtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,6 +679,7 @@ void smtc_set_irq_affinity(unsigned int irq, cpumask_t affinity)

void smtc_forward_irq(unsigned int irq)
{
struct irq_data *d = irq_get_irq_data(irq);
int target;

/*
Expand All @@ -692,7 +693,7 @@ void smtc_forward_irq(unsigned int irq)
* and efficiency, we just pick the easiest one to find.
*/

target = cpumask_first(irq_desc[irq].affinity);
target = cpumask_first(d->affinity);

/*
* We depend on the platform code to have correctly processed
Expand Down

0 comments on commit 8194bc1

Please sign in to comment.