commit | 7ba26c482fcb42b01785ee1f39871fcc636ab3fe | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Tue Jun 26 16:06:38 2012 +0200 |
committer | Marcelo Tosatti <mtosatti@redhat.com> | Tue Jul 03 14:55:34 2012 -0300 |
tree | 95f4562d2029ac83dd9a5b119326d1e7c3a309d0 | |
parent | 9b747530d928800c9eb7f0c131dffd2cc868c475 [diff] |
KVM: s390: fix sigp sense running condition code handling Only if the sensed cpu is not running a status is stored, which is reflected by condition code 1. If the cpu is running, condition code 0 should be returned. Just the opposite of what the code is doing. Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>