]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
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 19014564ddbb96b05b928df9eb523cd8b82afa24..ba78a45811cde4a715fed5f7d8b7fac4f4042089 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;