]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd86aad67328e19c688d2a71f83f36ae45c385676
tree056206f2eb73cef2a8f1a8a66e64fc979e14ca0d
parent0c28b3d5a08a45c8b848339d9cd3cbb2579ce254
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