powerpc: Move the use of irq_domain_add_nomap() behind a config option
authorMarc Zyngier <maz@kernel.org>
Sun, 4 Apr 2021 12:06:39 +0000 (13:06 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:17 +0000 (13:09 +0100)
commite37af8011a9631996e6cd32dd81a152708eee7d4
tree8f78241b8861725a237bd58f8c06e96faceb76a0
parent1da027362a7db422243601e895e6f8288389f435
powerpc: Move the use of irq_domain_add_nomap() behind a config option

Only a handful of old PPC systems are still using the old 'nomap'
variant of the irqdomain library. Move the associated definitions
behind a configuration option, which will allow us to make some
more radical changes.

Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/powerpc/platforms/cell/Kconfig
arch/powerpc/platforms/powermac/Kconfig
arch/powerpc/platforms/ps3/Kconfig
arch/powerpc/sysdev/xive/Kconfig
include/linux/irqdomain.h
kernel/irq/Kconfig
kernel/irq/irqdomain.c