]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
genirq: Introduce generic irq migration for cpu hotunplug
authorYang Yingliang <yangyingliang@huawei.com>
Thu, 24 Sep 2015 09:32:13 +0000 (17:32 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 1 Oct 2015 12:51:15 +0000 (14:51 +0200)
commitf1e0bb0ad473a32d1b7e6d285ae9f7e47710bb5e
tree2059f76499d9ca8390194a55e1c4a06216e47ef9
parent9ffecb10283508260936b96022d4ee43a7798b4c
genirq: Introduce generic irq migration for cpu hotunplug

ARM and ARM64 have almost identical code for migrating interrupts on
cpu hotunplug. Provide a generic version which can be used by both.

The new code addresses a shortcoming in the ARM[64] variants which
fails to update the affinity change in some cases. The solution for
this is to use the core function irq_do_set_affinity() instead of open
coding it.

[ tglx: Added copyright notice and license boilerplate. Rewrote
   subject and changelog. ]

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Acked-by: Russell King - ARM Linux <linux@arm.linux.org.uk>
Cc: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Hanjun Guo <hanjun.guo@linaro.org>
Cc: <linux-arm-kernel@lists.infradead.org>
Link: http://lkml.kernel.org/r/1443087135-17044-2-git-send-email-yangyingliang@huawei.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
include/linux/irq.h
kernel/irq/Kconfig
kernel/irq/Makefile
kernel/irq/cpuhotplug.c [new file with mode: 0644]