diff options
author | Heiko Carstens <hca@linux.ibm.com> | 2023-03-09 20:12:28 +0100 |
---|---|---|
committer | Vasily Gorbik <gor@linux.ibm.com> | 2023-03-13 09:16:43 +0100 |
commit | 029a4f4b9555ddb47f38f9589fd6d43277efb9c6 (patch) | |
tree | 06c16b27d190c4a87ca5147bdd679b6b1a69d1ff /arch/s390/include/asm/sigp.h | |
parent | fb77914a692d550a5bb0c7f71eac40e6da9c0e6d (diff) | |
download | linux-029a4f4b9555ddb47f38f9589fd6d43277efb9c6.tar.gz |
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>
Diffstat (limited to 'arch/s390/include/asm/sigp.h')
0 files changed, 0 insertions, 0 deletions