powerpc/irq: Replace #ifdefs by IS_ENABLED()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 18 May 2022 08:32:28 +0000 (10:32 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 06:57:09 +0000 (16:57 +1000)
commit78ffe6a7e2a169c4dcbbd08717a0a8d738659d15
tree2efe5253b281635f6eecd7d09376cf45fb08e9b5
parentef5b570d3700fbb8628a58da0487486ceeb713cd
powerpc/irq: Replace #ifdefs by IS_ENABLED()

Replace
  #ifdef CONFIG_PPC_IRQ_SOFT_MASK_DEBUG and
  #ifdef CONFIG_PERF_EVENTS
by IS_ENABLED() in hw_irq.h and plpar_wrappers.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c1ded642f8d9002767f8fed48ed6d1e76254ed73.1652862729.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/hw_irq.h
arch/powerpc/include/asm/plpar_wrappers.h