[S390] kvm: handle tprot intercepts
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / s390 / kvm / intercept.c
index f7b6df4..b531205 100644 (file)
@@ -105,6 +105,7 @@ static intercept_handler_t instruction_handlers[256] = {
        [0xae] = kvm_s390_handle_sigp,
        [0xb2] = kvm_s390_handle_b2,
        [0xb7] = handle_lctl,
+       [0xe5] = kvm_s390_handle_e5,
        [0xeb] = handle_lctlg,
 };