public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] KVM: MMU: Remove unused kvm_pte_chain
@ 2012-01-17 10:50 Takuya Yoshikawa
  2012-01-17 10:51 ` [PATCH 2/3] KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap() Takuya Yoshikawa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Takuya Yoshikawa @ 2012-01-17 10:50 UTC (permalink / raw)
  To: mtosatti; +Cc: kvm

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
---
 arch/x86/include/asm/kvm_host.h |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index bd69c93..4610166 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -181,13 +181,6 @@ struct kvm_mmu_memory_cache {
 	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:
  *
-- 
1.7.5.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-19 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 10:50 [PATCH 1/3] KVM: MMU: Remove unused kvm_pte_chain Takuya Yoshikawa
2012-01-17 10:51 ` [PATCH 2/3] KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap() Takuya Yoshikawa
2012-01-17 10:52 ` [PATCH 3/3] KVM: MMU: Remove unused kvm parameter from rmap_next() Takuya Yoshikawa
2012-01-19 10:13 ` [PATCH 1/3] KVM: MMU: Remove unused kvm_pte_chain Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox