KVM: MMU: Remove unused kvm_pte_chain
Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
2adb5ad9fe
commit
3ea8b75e47
1 changed files with 0 additions and 7 deletions
|
@ -181,13 +181,6 @@ struct kvm_mmu_memory_cache {
|
||||||
void *objects[KVM_NR_MEM_OBJS];
|
void *objects[KVM_NR_MEM_OBJS];
|
||||||
};
|
};
|
||||||
|
|
||||||
#define NR_PTE_CHAIN_ENTRIES 5
|
|
||||||
|
|
||||||
struct kvm_pte_chain {
|
|
||||||
u64 *parent_ptes[NR_PTE_CHAIN_ENTRIES];
|
|
||||||
struct hlist_node link;
|
|
||||||
};
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* kvm_mmu_page_role, below, is defined as:
|
* kvm_mmu_page_role, below, is defined as:
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue