Searched hist:d051ae531324fb5130366d47e05bf8eadeb95535 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/s390/kvm/ |
H A D | kvm-s390.c | diff d051ae531324fb5130366d47e05bf8eadeb95535 Tue Dec 13 07:25:32 CST 2016 Heiko Carstens <heiko.carstens@de.ibm.com> KVM: s390: get rid of bogus cc initialization
The plo inline assembly has a cc output operand that is always written to and is also as such an operand declared. Therefore the compiler is free to omit the rather pointless and misleading initialization.
Get rid of this.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
|