From: Hollis Blanchard Date: Mon, 19 Nov 2007 20:04:45 +0000 (-0600) Subject: KVM: Remove unused "rmap_overflow" variable X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=00fc9f5ae5988fb180f5a288451a741b35cc806e;p=mv-sheeva.git KVM: Remove unused "rmap_overflow" variable Signed-off-by: Hollis Blanchard Signed-off-by: Avi Kivity --- diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h index 19014564ddb..ba78a45811c 100644 --- a/drivers/kvm/kvm.h +++ b/drivers/kvm/kvm.h @@ -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;