aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
diff options
context:
space:
mode:
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>2012-01-17 19:50:08 +0900
committerAvi Kivity <avi@redhat.com>2012-03-05 14:52:42 +0200
commit3ea8b75e47ac70bdd0a2c0492102682d43bfa3c4 (patch)
tree5fd0c2908b99d3a7bdf9e404d4d08a3ed397b202 /arch/x86/include
parentKVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack (diff)
downloadlinux-dev-3ea8b75e47ac70bdd0a2c0492102682d43bfa3c4.tar.xz
linux-dev-3ea8b75e47ac70bdd0a2c0492102682d43bfa3c4.zip
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>
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/kvm_host.h7
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 bd69c93da8fa..461016614324 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:
*