commit | 0abce64a55ae44d39b92f8e672736f4f324e610f | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Jun 23 21:42:57 2017 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Aug 23 11:09:14 2017 +0100 |
tree | 8a95c64171ac618a93e2b93421d4ef86f370e5cc | |
parent | e81f54c668d89e50bad38f3fc4c5ea6e4be3a96e [diff] |
genirq: Let irq_set_vcpu_affinity() iterate over hierarchy When assigning an interrupt to a vcpu, it is not unlikely that the level of the hierarchy implementing irq_set_vcpu_affinity is not the top level (think a generic MSI domain on top of a virtualization aware interrupt controller). In such a case, let's iterate over the hierarchy until we find an irqchip implementing it. Reviewed-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>