Skip to content

Commit

Permalink
Merge branch 'irq/numa' of git://git.kernel.org/pub/scm/linux/kernel/…
Browse files Browse the repository at this point in the history
…git/tip/linux-2.6-tip
  • Loading branch information
David S. Miller committed Mar 15, 2011
2 parents 9ecb42f + 1fb0ef3 commit 30df754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 30df754

Please sign in to comment.