From: Marcelo Tosatti Date: Thu, 30 Aug 2012 20:45:54 +0000 (-0300) Subject: KVM: x86: remove unused variable from kvm_task_switch() X-Git-Tag: v3.7-rc1~113^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9a7819774e4236e8736a074b7e85276967911924;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git KVM: x86: remove unused variable from kvm_task_switch() Signed-off-by: Marcelo Tosatti --- 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);