s390/processor: always inline stap() and __load_psw_mask()
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 10 Jun 2021 15:50:25 +0000 (17:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 20 Jul 2021 14:02:10 +0000 (16:02 +0200)
commite3728c1ca1317d252e94d63ca1616dc4a70b2cfd
tree3b68aecd64d47217ead70fc0036d5980b85fb9cd
parent470b85dad6141ee67f9523747c00505d1566a610
s390/processor: always inline stap() and __load_psw_mask()

[ Upstream commit 9c9a915afd90f7534c16a71d1cd44b58596fddf3 ]

s390 is the only architecture which makes use of the __no_kasan_or_inline
attribute for two functions. Given that both stap() and __load_psw_mask()
are very small functions they can and should be always inlined anyway.

Therefore get rid of __no_kasan_or_inline and always inline these
functions.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/s390/include/asm/processor.h