diff options
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r-- | drivers/kvm/kvm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index ee9f8bdee755..351da40807c5 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h | |||
@@ -411,8 +411,6 @@ struct kvm { | |||
411 | int n_free_mmu_pages; | 411 | int n_free_mmu_pages; |
412 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; | 412 | struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES]; |
413 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; | 413 | struct kvm_vcpu *vcpus[KVM_MAX_VCPUS]; |
414 | int memory_config_version; | ||
415 | int busy; | ||
416 | unsigned long rmap_overflow; | 414 | unsigned long rmap_overflow; |
417 | struct list_head vm_list; | 415 | struct list_head vm_list; |
418 | struct file *filp; | 416 | struct file *filp; |