diff options
author | Jes Sorensen <Jes.Sorensen@redhat.com> | 2010-02-19 07:43:24 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-02-21 11:41:07 +0200 |
commit | 62f734a0d57306523e6ba0e7bd606e0d55449671 (patch) | |
tree | 0bc0747da034e48afb3c86669b7469db52dbeef1 /target-i386 | |
parent | 14dcc3e2ac52d7a2a1cfe2e54c332d8042485a39 (diff) |
kvm: Kill CR3_CACHE feature references
Remove all references to KVM_CR3_CACHE as it was never implemented.
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/kvm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 0d08cd532e..5d9aecc89d 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -158,9 +158,6 @@ struct kvm_para_features { #ifdef KVM_CAP_PV_MMU { KVM_CAP_PV_MMU, KVM_FEATURE_MMU_OP }, #endif -#ifdef KVM_CAP_CR3_CACHE - { KVM_CAP_CR3_CACHE, KVM_FEATURE_CR3_CACHE }, -#endif { -1, -1 } }; |