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)
commit30377642138aadeef35a31c2f90dba0b6fa7b91a
treee6f0565911de5ad0cee7523de406c017d98c2653
parent29775df10f02f614db870ff4acaf0b07dbed1547
sh: intc: Use IRQ_SET_MASK_OK_NOCOPY for intc_set_affinity.

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>
drivers/sh/intc/chip.c