diff options
-rw-r--r-- | arch/x86/kvm/vmx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index ef4ba71dbb66..764f1f897847 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c | |||
@@ -2053,7 +2053,6 @@ static bool update_transition_efer(struct vcpu_vmx *vmx, int efer_offset) | |||
2053 | static unsigned long segment_base(u16 selector) | 2053 | static unsigned long segment_base(u16 selector) |
2054 | { | 2054 | { |
2055 | struct desc_ptr *gdt = this_cpu_ptr(&host_gdt); | 2055 | struct desc_ptr *gdt = this_cpu_ptr(&host_gdt); |
2056 | struct desc_struct *d; | ||
2057 | struct desc_struct *table; | 2056 | struct desc_struct *table; |
2058 | unsigned long v; | 2057 | unsigned long v; |
2059 | 2058 | ||