]> git.baikalelectronics.ru Git - kernel.git/commit
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:10:44 +0000 (16:10 +0200)
commit00b018636c3a1267f26a8987f8c686d62cf94e43
tree96b8352be02aba20afaa4e7ef1d1c6d352552a9e
parentd4f3c85728ed035611565947bd00d09fde7db6b1
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