From 62f734a0d57306523e6ba0e7bd606e0d55449671 Mon Sep 17 00:00:00 2001 From: Jes Sorensen Date: Fri, 19 Feb 2010 07:43:24 +0100 Subject: kvm: Kill CR3_CACHE feature references Remove all references to KVM_CR3_CACHE as it was never implemented. Signed-off-by: Jes Sorensen Signed-off-by: Avi Kivity --- target-i386/kvm.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'target-i386/kvm.c') 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 @@ -157,9 +157,6 @@ struct kvm_para_features { #endif #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 } }; -- cgit v1.2.1