From: David S. Miller Date: Thu, 21 Jan 2010 03:30:49 +0000 (-0800) Subject: sparc64: Fix IRQ ->set_affinity() methods. X-Git-Tag: v2.6.33-rc6~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1091ce6215a1cab60c3a4601a569cb727ca8637a;p=pandora-kernel.git sparc64: Fix IRQ ->set_affinity() methods. 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 --- Reading git-diff-tree failed