sh: Use irq_set_affinity instead of homebrewn code
authorThomas Gleixner <tglx@linutronix.de>
Sun, 23 Feb 2014 21:40:10 +0000 (21:40 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 4 Mar 2014 16:37:55 +0000 (17:37 +0100)
commit6decf1a33c386d4addc2ed9d269c3868f08c70bb
tree25c97c879632d9dcd2ce88958bcd5f31919ffbc0
parent8f945a3325bbe0dd651e2f496a53df9b06fc6d07
sh: Use irq_set_affinity instead of homebrewn code

There is no point in having an incomplete copy of irq_set_affinity()
for the hotplug irq migration code.

Use the core function instead.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: sh <linux-sh@vger.kernel.org>
Link: http://lkml.kernel.org/r/20140223212736.774961401@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/sh/kernel/irq.c