Re: [patch 04/26] xtensa: Use irq_set_affinity instead of homebrewn code

2014-02-23 Thread Max Filippov
On Mon, Feb 24, 2014 at 1:40 AM, Thomas Gleixner wrote: > There is no point in having an incomplete copy of irq_set_affinity() > for the hotplug irq migration code. > > Use the core function instead and while at it switch to > for_each_active_irq() > > Signed-off-by: Thomas Gleixner > Cc: Chris Z

[patch 04/26] xtensa: Use irq_set_affinity instead of homebrewn code

2014-02-23 Thread Thomas Gleixner
There is no point in having an incomplete copy of irq_set_affinity() for the hotplug irq migration code. Use the core function instead and while at it switch to for_each_active_irq() Signed-off-by: Thomas Gleixner Cc: Chris Zankel Cc: xtensa --- arch/xtensa/kernel/irq.c | 20 +++