diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/kvm/priv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/kvm/priv.c b/arch/s390/kvm/priv.c index b18fe52c2c47..05537ab22382 100644 --- a/arch/s390/kvm/priv.c +++ b/arch/s390/kvm/priv.c | |||
@@ -638,7 +638,6 @@ static int handle_pfmf(struct kvm_vcpu *vcpu) | |||
638 | 638 | ||
639 | static const intercept_handler_t b9_handlers[256] = { | 639 | static const intercept_handler_t b9_handlers[256] = { |
640 | [0x8d] = handle_epsw, | 640 | [0x8d] = handle_epsw, |
641 | [0x9c] = handle_io_inst, | ||
642 | [0xaf] = handle_pfmf, | 641 | [0xaf] = handle_pfmf, |
643 | }; | 642 | }; |
644 | 643 | ||
@@ -731,7 +730,6 @@ static int handle_lctlg(struct kvm_vcpu *vcpu) | |||
731 | 730 | ||
732 | static const intercept_handler_t eb_handlers[256] = { | 731 | static const intercept_handler_t eb_handlers[256] = { |
733 | [0x2f] = handle_lctlg, | 732 | [0x2f] = handle_lctlg, |
734 | [0x8a] = handle_io_inst, | ||
735 | }; | 733 | }; |
736 | 734 | ||
737 | int kvm_s390_handle_eb(struct kvm_vcpu *vcpu) | 735 | int kvm_s390_handle_eb(struct kvm_vcpu *vcpu) |