aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/kvm/priv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c
index a21e0146fe2c..04dc4a143964 100644
--- a/arch/s390/kvm/priv.c
+++ b/arch/s390/kvm/priv.c
@@ -596,6 +596,9 @@ static int handle_tprot(struct kvm_vcpu *vcpu)
596 596
597 vcpu->stat.instruction_tprot++; 597 vcpu->stat.instruction_tprot++;
598 598
599 if (vcpu->arch.sie_block->gpsw.mask & PSW_MASK_PSTATE)
600 return kvm_s390_inject_program_int(vcpu, PGM_PRIVILEGED_OP);
601
599 kvm_s390_get_base_disp_sse(vcpu, &address1, &address2); 602 kvm_s390_get_base_disp_sse(vcpu, &address1, &address2);
600 603
601 /* we only handle the Linux memory detection case: 604 /* we only handle the Linux memory detection case: