]> git.karo-electronics.de Git - karo-tx-linux.git/commit
KVM: s390: get rid of bogus cc initialization
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 13 Dec 2016 13:25:32 +0000 (14:25 +0100)
committerChristian Borntraeger <borntraeger@de.ibm.com>
Mon, 30 Jan 2017 10:17:28 +0000 (11:17 +0100)
commitd051ae531324fb5130366d47e05bf8eadeb95535
treec046affea4f39499799f5313626aaab8359b97cf
parentcd1836f583d78bdd15ef748f4d85bf007569c7ad
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>
arch/s390/kvm/kvm-s390.c