]> www.infradead.org Git - users/jedix/linux-maple.git/commit
irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()
authorMarek BehĂșn <kabel@kernel.org>
Wed, 7 Aug 2024 16:41:04 +0000 (18:41 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 8 Aug 2024 15:15:01 +0000 (17:15 +0200)
commitb77c6a73e10ae16b19999bebc6ca1413739dfe86
tree2cee0ea211eadaac0a15f3bcf4aa0b65f231e839
parentd6ca3f440239fb4fa85228ead4c5e8b286645b7e
irqchip/armada-370-xp: Use mpic_is_ipi_available() in mpic_of_init()

mpic_of_init() contains the last case where the open coded IPI support
condition needs to be replaced with mpic_is_ipi_available() to keep the
code consistent.

Signed-off-by: Marek BehĂșn <kabel@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/irqchip/irq-armada-370-xp.c