From: Heiko Carstens Date: Tue, 26 Jun 2012 14:06:38 +0000 (+0200) Subject: KVM: s390: fix sigp sense running condition code handling X-Git-Tag: v3.6-rc1~124^2~49 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ba26c482fcb42b01785ee1f39871fcc636ab3fe;p=pandora-kernel.git 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 Signed-off-by: Heiko Carstens Signed-off-by: Cornelia Huck Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed