commit | d0dea733f60efe94257d08ae6eba81d0b511d0a9 | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Wed Oct 02 14:34:37 2019 +0200 |
committer | Vasily Gorbik <gor@linux.ibm.com> | Sat Oct 05 13:51:22 2019 +0200 |
tree | 7893a3454ccbb6583cbd70eb3bfa6730ea7c1117 | |
parent | b1c41ac3ce569b04644bb1e3fd28926604637da3 [diff] |
KVM: s390: mark __insn32_query() as __always_inline __insn32_query() will not compile if the compiler decides to not inline it, since it contains an inline assembly with an "i" constraint with variable contents. Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>