OSDN Git Service

KVM: Remove unused "rmap_overflow" variable
authorHollis Blanchard <hollisb@us.ibm.com>
Mon, 19 Nov 2007 20:04:45 +0000 (14:04 -0600)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 15:53:07 +0000 (17:53 +0200)
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm.h

index 1901456..ba78a45 100644 (file)
@@ -318,7 +318,6 @@ struct kvm {
        unsigned int n_alloc_mmu_pages;
        struct hlist_head mmu_page_hash[KVM_NUM_MMU_PAGES];
        struct kvm_vcpu *vcpus[KVM_MAX_VCPUS];
-       unsigned long rmap_overflow;
        struct list_head vm_list;
        struct file *filp;
        struct kvm_io_bus mmio_bus;