Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ea8b75e authored by Takuya Yoshikawa's avatar Takuya Yoshikawa Committed by Avi Kivity
Browse files

KVM: MMU: Remove unused kvm_pte_chain

parent 2adb5ad9
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -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:
 *
 *