Skip to content

Commit

Permalink
KVM: Remove pointless desc_ptr #ifdef
Browse files Browse the repository at this point in the history
The desc_struct changes left an unnecessary #ifdef; remove it.

Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Apr 27, 2008
1 parent 019960a commit 4fcaa98
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,7 @@ static void svm_hardware_enable(void *garbage)

struct svm_cpu_data *svm_data;
uint64_t efer;
#ifdef CONFIG_X86_64
struct desc_ptr gdt_descr;
#else
struct desc_ptr gdt_descr;
#endif
struct desc_struct *gdt;
int me = raw_smp_processor_id();

Expand Down

0 comments on commit 4fcaa98

Please sign in to comment.