diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2012-08-30 20:45:54 (GMT) |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-08-30 20:45:54 (GMT) |
commit | 9a7819774e4236e8736a074b7e85276967911924 (patch) | |
tree | 36dfbe62d6a166fd01e77b48b9df144db2a5788f | |
parent | a81aba14dc0ea499f4c218b5db0303b2ea8151d3 (diff) | |
download | linux-9a7819774e4236e8736a074b7e85276967911924.tar.xz |
KVM: x86: remove unused variable from kvm_task_switch()
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
-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 e00050c..20f2266 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, { struct x86_emulate_ctxt *ctxt = &vcpu->arch.emulate_ctxt; int ret; - unsigned reg; init_emulate_ctxt(vcpu); |