diff options
-rw-r--r-- | arch/x86/kvm/x86.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index e00050ce7a6a..20f2266dfb64 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -5714,7 +5714,6 @@ int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index, | |||
5714 | { | 5714 | { |
5715 | struct x86_emulate_ctxt *ctxt = &vcpu->arch.emulate_ctxt; | 5715 | struct x86_emulate_ctxt *ctxt = &vcpu->arch.emulate_ctxt; |
5716 | int ret; | 5716 | int ret; |
5717 | unsigned reg; | ||
5718 | 5717 | ||
5719 | init_emulate_ctxt(vcpu); | 5718 | init_emulate_ctxt(vcpu); |
5720 | 5719 | ||