Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234684
b: refs/heads/master
c: 1fb0ef3
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Jan 31, 2011
1 parent 92e6b2a commit da45e6b
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: cd7eab44e9946c28d595abe3e9a43e945bc49141
refs/heads/master: 1fb0ef31f428f345a7c3666f8e7444a563edd537
2 changes: 1 addition & 1 deletion trunk/kernel/irq/manage.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static void irq_affinity_notify(struct work_struct *work)
cpumask_copy(cpumask, desc->pending_mask);
else
#endif
cpumask_copy(cpumask, desc->affinity);
cpumask_copy(cpumask, desc->irq_data.affinity);
raw_spin_unlock_irqrestore(&desc->lock, flags);

notify->notify(notify, cpumask);
Expand Down

0 comments on commit da45e6b

Please sign in to comment.