Re: [RFC PATCH v5 0/4] arm/arm64: fix a migrating irq bug when hotplug cpu

2015-09-22 Thread Will Deacon
On Sat, Sep 19, 2015 at 04:05:55AM +0100, Yang Yingliang wrote: > > Changes in v5: > - remove the macro that guard move_irqs() > - use name irq_migrate_all_off_this_cpu instead of move_irqs > > Changes in v4: > - select GENERIC_IRQ_MIGRATION when config GENERIC_IRQ_MIGRATION is enabled >

[RFC PATCH v5 0/4] arm/arm64: fix a migrating irq bug when hotplug cpu

2015-09-18 Thread Yang Yingliang
Changes in v5: - remove the macro that guard move_irqs() - use name irq_migrate_all_off_this_cpu instead of move_irqs Changes in v4: - select GENERIC_IRQ_MIGRATION when config GENERIC_IRQ_MIGRATION is enabled - add move_irqs() into kerne/irq/migration.c for cpu hotplug - use move_irqs()