s390/alternatives: make use of asm_inline
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 18 Oct 2019 11:23:16 +0000 (13:23 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Thu, 31 Oct 2019 16:20:51 +0000 (17:20 +0100)
commitcceb018377a123dd77d3239bbdbfbdf50f0d6a71
treed3d2e8b4e82124d4f0107fe36685250169898025
parent6a3035dac6506bc6da40e391803fba50bb2dce9d
s390/alternatives: make use of asm_inline

This is the s390 version of commit 40576e5e63ea ("x86: alternative.h:
use asm_inline for all alternative variants").

See commit eb111869301e ("compiler-types.h: add asm_inline
definition") for more details.

With this change the compiler will not generate many out-of-line
versions for the three instruction sized arch_spin_unlock() function
anymore. Due to this gcc seems to change a lot of other inline
decisions which results in a net 6k text size growth according to
bloat-o-meter (gcc 9.2 with defconfig).
But that's still better than having many out-of-line versions of
arch_spin_unlock().

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/alternative.h
arch/s390/include/asm/spinlock.h
arch/s390/lib/spinlock.c