sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.
authorPaul Mundt <lethal@linux-sh.org>
Tue, 24 Jan 2012 07:55:57 +0000 (16:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 24 Jan 2012 07:55:57 +0000 (16:55 +0900)
intc_set_affinity() updates the cpumask in place, so there's no need for
the upper layer to do this itself.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found