linux/arch/s390/include
Heiko Carstens 029a4f4b95 s390/setup: always inline gen_lpswe()
gen_lpswe() contains a BUILD_BUG_ON() statement which depends on a function
parameter. If the compiler decides to generate a not inlined function this
will lead to a build error, even if all call sites pass a valid parameter.

To avoid this always inline gen_lpswe().

Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
2023-03-13 09:16:43 +01:00
..
asm s390/setup: always inline gen_lpswe() 2023-03-13 09:16:43 +01:00
uapi/asm s390/zcrypt: introduce ctfm field in struct CPRBX 2023-02-15 11:07:00 +01:00