mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
KVM: Remove pointless desc_ptr #ifdef
The desc_struct changes left an unnecessary #ifdef; remove it. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
019960ae99
commit
4fcaa98267
1 changed files with 0 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue