]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitebeedfd7dd8d8b3fb96800c9289f6e542104b6f7
treed5ce0b3c023defac7fab1eee7ff56791c9ec3529
parent3264f6d6e7e5f9c9ed3fb8da9c58271ab46ee126
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