diff options
author | Marcelo Tosatti <mtosatti@redhat.com> | 2012-08-30 17:45:54 -0300 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2012-08-30 17:45:54 -0300 |
commit | 9a7819774e4236e8736a074b7e85276967911924 (patch) | |
tree | 36dfbe62d6a166fd01e77b48b9df144db2a5788f /arch/x86/kvm | |
parent | a81aba14dc0ea499f4c218b5db0303b2ea8151d3 (diff) |
KVM: x86: remove unused variable from kvm_task_switch()
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/kvm')
-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 e00050ce7a6..20f2266dfb6 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); |