]> 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)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 18 Jun 2021 14:41:19 +0000 (16:41 +0200)
commit3264f6d6e7e5f9c9ed3fb8da9c58271ab46ee126
tree52c4356465c1bd8c4b2110ffe4601e8e0a09c0ab
parentc70819c222701f7fd482b94e68424d7ae8b62182
s390/processor: always inline stap() and __load_psw_mask()

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>
arch/s390/include/asm/processor.h