提交 949c007a 编写于 作者: T Thomas Huth 提交者: Cornelia Huck

KVM: s390: Use helper function to set CC in SIGP handler

We've got a helper function for setting the condition code now,
so let's use it in the SIGP handler, too.
Signed-off-by: NThomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: NCornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: NCornelia Huck <cornelia.huck@de.ibm.com>
上级 d9101fca
...@@ -435,7 +435,6 @@ int kvm_s390_handle_sigp(struct kvm_vcpu *vcpu) ...@@ -435,7 +435,6 @@ int kvm_s390_handle_sigp(struct kvm_vcpu *vcpu)
if (rc < 0) if (rc < 0)
return rc; return rc;
vcpu->arch.sie_block->gpsw.mask &= ~(3ul << 44); kvm_s390_set_psw_cc(vcpu, rc);
vcpu->arch.sie_block->gpsw.mask |= (rc & 3ul) << 44;
return 0; return 0;
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册