Loading arch/x86/kvm/emulate.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
arch/x86/kvm/emulate.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading