genirq: export irq_get_percpu_devid_partition to modules
authorWill Deacon <will.deacon@arm.com>
Mon, 25 Jul 2016 15:07:10 +0000 (16:07 +0100)
committerWill Deacon <will.deacon@arm.com>
Wed, 18 Oct 2017 11:53:29 +0000 (12:53 +0100)
commit5ffeb0501c6b36d080de78372fdb70b404b91e9d
treebdeecde97de3fabcf2c7c407059e66ca770fa6bd
parent9e66317d3c92ddaab330c125dfe9d06eee268aff
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>
kernel/irq/irqdesc.c