s390/irqflags: always inline arch irqflags functions
authorHeiko Carstens <hca@linux.ibm.com>
Thu, 10 Jun 2021 15:58:00 +0000 (17:58 +0200)
committerVasily Gorbik <gor@linux.ibm.com>
Fri, 18 Jun 2021 14:41:19 +0000 (16:41 +0200)
commit4aca3ab45d725fe8c4d8be6b67c904c3c3cc6a1d
treed5ce0b3c023defac7fab1eee7ff56791c9ec3529
parent9c9a915afd90f7534c16a71d1cd44b58596fddf3
s390/irqflags: always inline arch irqflags functions

All s390 irqflags functions are very small and should be always inlined.
Therefore mark them __always_inline. This also allows to get rid of the
rather odd notrace attribute for these small functions, which was only
added to prevent tracing iff any of these functions would not be inlined.

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
arch/s390/include/asm/irqflags.h