aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/kvm/diag.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/s390/kvm/diag.c b/arch/s390/kvm/diag.c
index 6f9cfa500372..1facd9277f38 100644
--- a/arch/s390/kvm/diag.c
+++ b/arch/s390/kvm/diag.c
@@ -85,6 +85,10 @@ static int __diag_ipl_functions(struct kvm_vcpu *vcpu)
85 85
86 VCPU_EVENT(vcpu, 5, "diag ipl functions, subcode %lx", subcode); 86 VCPU_EVENT(vcpu, 5, "diag ipl functions, subcode %lx", subcode);
87 switch (subcode) { 87 switch (subcode) {
88 case 0:
89 case 1:
90 page_table_reset_pgste(current->mm, 0, TASK_SIZE);
91 return -EOPNOTSUPP;
88 case 3: 92 case 3:
89 vcpu->run->s390_reset_flags = KVM_S390_RESET_CLEAR; 93 vcpu->run->s390_reset_flags = KVM_S390_RESET_CLEAR;
90 page_table_reset_pgste(current->mm, 0, TASK_SIZE); 94 page_table_reset_pgste(current->mm, 0, TASK_SIZE);