kvm: Kill CR3_CACHE feature references
authorJes Sorensen <Jes.Sorensen@redhat.com>
Fri, 19 Feb 2010 06:43:24 +0000 (07:43 +0100)
committerAvi Kivity <avi@redhat.com>
Sun, 21 Feb 2010 09:41:07 +0000 (11:41 +0200)
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>
target-i386/kvm.c

index 0d08cd5..5d9aecc 100644 (file)
@@ -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 }
 };