summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/emulate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index 8e1d0c8196bd..2132fab188b0 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -4127,9 +4127,6 @@ twobyte_insn:
case 6: /* lmsw */
rc = em_lmsw(ctxt);
break;
- case 5: /* not defined */
- rc = emulate_ud(ctxt);
- break;
case 7: /* invlpg*/
rc = em_invlpg(ctxt);
break;