git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5981fd
)
sparc64: Fix IRQ ->set_affinity() methods.
author
David S. Miller
<davem@davemloft.net>
Thu, 21 Jan 2010 03:30:49 +0000
(19:30 -0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 21 Jan 2010 03:30:49 +0000
(19:30 -0800)
As noted by Benjamin Herrenschmidt, the generic IRQ layer
only sets irq_desc[irq].affinity after ->set_affinity()
succeeds.
So we have to use the passed in cpumask.
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found