[COMMON] kernel: irq: don't migrate irqs with IRQD_GIC_MULTI_TARGET set
authorHyunki Koo <hyunki00.koo@samsung.com>
Thu, 8 Mar 2018 09:07:29 +0000 (18:07 +0900)
committerJaehyoung Choi <jkkkkk.choi@samsung.com>
Mon, 14 May 2018 05:04:19 +0000 (14:04 +0900)
commit8e9cbdf9fc1d8fa3f56083b9c67b56393aafff3c
tree07e30bb196539ee188f0d4bb8e94b37f41534e3a
parentb4a8333c8bf7e95d4743b9198f27cbdae6b242fc
[COMMON] kernel: irq: don't migrate irqs with IRQD_GIC_MULTI_TARGET set

Don't migrate multi targeted interrupts during cpu hotplug out
if their masks include any onlie cpus.

This patch was missing by kernel version up, because this code was
in arch/arm64/kernel. But it is in kernel/irq now.

Change-Id: If1acc4c5acac8ca65bc4a3308db40530bdd1e17c
Signed-off-by: Hosung Kim <hosung0.kim@samsung.com>
Signed-off-by: Hyunki Koo <hyunki00.koo@samsung.com>
kernel/irq/cpuhotplug.c