powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTO
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 16 May 2022 15:36:04 +0000 (17:36 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 22 May 2022 05:58:28 +0000 (15:58 +1000)
commit5fe855169f9782c669f640b66242662209ffb72a
tree056206f2eb73cef2a8f1a8a66e64fc979e14ca0d
parent48482f4dd3432e5e62873bf0f2e254cfb8ce2ac2
powerpc/irq: Remove arch_local_irq_restore() for !CONFIG_CC_HAS_ASM_GOTO

All supported versions of GCC & clang support asm goto.

Remove the !CONFIG_CC_HAS_ASM_GOTO version of arch_local_irq_restore()

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/58df50c9e77e2ed945bacdead30412770578886b.1652715336.git.christophe.leroy@csgroup.eu
arch/powerpc/kernel/irq.c