commit | db56c5128e6625cb16efc4910b60627e46f608e3 | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Tue May 21 15:54:05 2019 +0800 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Jun 05 09:27:07 2019 +0100 |
tree | 2505df2796799502826fc952c2ca113e71dbe99b | |
parent | 16e32c3cde7763ab875b9030b443ecbc8e352d8a [diff] |
irqchip/irq-csky-mpintc: Support auto irq deliver to all cpus The csky,mpintc could deliver a external irq to one cpu or all cpus, but it couldn't deliver a external irq to a group of cpus with cpu_mask. So we only use auto deliver mode when affinity mask_val is equal to cpu_present_mask. There is no limitation for only two cpus in SMP system. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>