commit | 5ffeb0501c6b36d080de78372fdb70b404b91e9d | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Mon Jul 25 16:07:10 2016 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Wed Oct 18 12:53:29 2017 +0100 |
tree | bdeecde97de3fabcf2c7c407059e66ca770fa6bd | |
parent | 9e66317d3c92ddaab330c125dfe9d06eee268aff [diff] |
genirq: export irq_get_percpu_devid_partition to modules Any modular driver using cluster-affine PPIs needs to be able to call irq_get_percpu_devid_partition so that it can enable the IRQ on the correct subset of CPUs. This patch exports the symbol so that it can be called from within a module. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Will Deacon <will.deacon@arm.com>