Loading arch/x86/kvm/emulate.c +1 −3 Original line number Diff line number Diff line Loading @@ -2791,10 +2791,8 @@ static int load_state_from_tss32(struct x86_emulate_ctxt *ctxt, return ret; ret = __load_segment_descriptor(ctxt, tss->gs, VCPU_SREG_GS, cpl, X86_TRANSFER_TASK_SWITCH, NULL); if (ret != X86EMUL_CONTINUE) return ret; return X86EMUL_CONTINUE; return ret; } static int task_switch_32(struct x86_emulate_ctxt *ctxt, Loading Loading
arch/x86/kvm/emulate.c +1 −3 Original line number Diff line number Diff line Loading @@ -2791,10 +2791,8 @@ static int load_state_from_tss32(struct x86_emulate_ctxt *ctxt, return ret; ret = __load_segment_descriptor(ctxt, tss->gs, VCPU_SREG_GS, cpl, X86_TRANSFER_TASK_SWITCH, NULL); if (ret != X86EMUL_CONTINUE) return ret; return X86EMUL_CONTINUE; return ret; } static int task_switch_32(struct x86_emulate_ctxt *ctxt, Loading