summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
diff options
context:
space:
mode:
authorMarcelo Tosatti <mtosatti@redhat.com>2012-08-30 17:45:54 -0300
committerMarcelo Tosatti <mtosatti@redhat.com>2012-08-30 17:45:54 -0300
commit9a7819774e4236e8736a074b7e85276967911924 (patch)
tree36dfbe62d6a166fd01e77b48b9df144db2a5788f /arch/x86/kvm
parenta81aba14dc0ea499f4c218b5db0303b2ea8151d3 (diff)
downloadop-kernel-dev-9a7819774e4236e8736a074b7e85276967911924.zip
op-kernel-dev-9a7819774e4236e8736a074b7e85276967911924.tar.gz
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.c1
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);
OpenPOWER on IntegriCloud