projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
971535f
)
KVM: Remove unused "rmap_overflow" variable
author
Hollis Blanchard
<hollisb@us.ibm.com>
Mon, 19 Nov 2007 20:04:45 +0000
(14:04 -0600)
committer
Avi 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
patch
|
blob
|
history
diff --git
a/drivers/kvm/kvm.h
b/drivers/kvm/kvm.h
index 19014564ddbb96b05b928df9eb523cd8b82afa24..ba78a45811cde4a715fed5f7d8b7fac4f4042089 100644
(file)
--- 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;