[RFC PATCH v3 3/3] arm/arm64: fix a migrating irq bug when hotplug cpu
Thomas Gleixner
tglx at linutronix.de
Wed Sep 16 01:21:57 PDT 2015
On Wed, 16 Sep 2015, Yang Yingliang wrote:
> arch/arm/Kconfig | 1 +
> arch/arm/include/asm/irq.h | 1 -
> arch/arm/kernel/irq.c | 62 -----------------------------------------
> arch/arm64/Kconfig | 1 +
> arch/arm64/include/asm/irq.h | 1 -
> arch/arm64/kernel/irq.c | 62 -----------------------------------------
> include/linux/irq.h | 4 +++
> kernel/irq/migration.c | 66 ++++++++++++++++++++++++++++++++++++++++++++
This want's to be split into seperate patches:
#1 Provide the core infrastructure
#2 Switch ARM to use it
#3 Switch ARM64 to use it
Thanks,
tglx
More information about the linux-arm-kernel
mailing list