Skip to content

Commit

Permalink
KVM: x86: remove unused variable from kvm_task_switch()
Browse files Browse the repository at this point in the history
Signed-off-by: Marcelo Tosatti <[email protected]>
  • Loading branch information
matosatti committed Aug 30, 2012
1 parent a81aba1 commit 9a78197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/x86/kvm/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -5714,7 +5714,6 @@ int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int idt_index,
{
struct x86_emulate_ctxt *ctxt = &vcpu->arch.emulate_ctxt;
int ret;
unsigned reg;

init_emulate_ctxt(vcpu);

Expand Down

0 comments on commit 9a78197

Please sign in to comment.