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>
}
affinity = cpu_online_mask;
brokeaff = true;
+ } else if (unlikely(d->common->state_use_accessors & IRQD_GIC_MULTI_TARGET)) {
+ return false;
}
/*
* Do not set the force argument of irq_do_set_affinity() as this