sparc64: Fix IRQ ->set_affinity() methods.
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 Jan 2010 03:30:49 +0000 (19:30 -0800)
committerDavid 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