summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/kvm_host.h
diff options
context:
space:
mode:
authorXiao Guangrong <xiaoguangrong@cn.fujitsu.com>2010-04-06 18:29:05 +0800
committerAvi Kivity <avi@redhat.com>2010-05-17 12:17:29 +0300
commitf84cbb0561d7cefb5fc050ee99d8c82ec9ce883d (patch)
tree8ae57456b2efa71b5b326cee4f34c20dec842b61 /arch/x86/include/asm/kvm_host.h
parent805d32dea4dfb8319aaf7e73a681ad410a5e331a (diff)
downloadop-kernel-dev-f84cbb0561d7cefb5fc050ee99d8c82ec9ce883d.zip
op-kernel-dev-f84cbb0561d7cefb5fc050ee99d8c82ec9ce883d.tar.gz
KVM: MMU: remove unused field
kvm_mmu_page.oos_link is not used, so remove it Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'arch/x86/include/asm/kvm_host.h')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 26c629a..0c49c88 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -187,8 +187,6 @@ struct kvm_mmu_page {
struct list_head link;
struct hlist_node hash_link;
- struct list_head oos_link;
-
/*
* The following two entries are used to key the shadow page in the
* hash table.
OpenPOWER on IntegriCloud