From cc82be3135874907d17de9a650e593ade40cd11b Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Tue, 18 Jun 2019 12:28:56 +0200 Subject: [PATCH] zipl: add missing inline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit please merge with previous commit. Signed-off-by: Heiko Carstens Signed-off-by: Jan Höppner --- zipl/boot/s390.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipl/boot/s390.h b/zipl/boot/s390.h index b64a0def..678272ff 100644 --- a/zipl/boot/s390.h +++ b/zipl/boot/s390.h @@ -452,7 +452,7 @@ static inline int test_facility(unsigned long nr) return __test_facility(nr, &S390_lowcore.stfle_fac_list); } -static unsigned long __stfle_asm(u64 *stfle_fac_list, int size) +static inline unsigned long __stfle_asm(u64 *stfle_fac_list, int size) { register unsigned long reg0 asm("0") = size - 1;