From patchwork Mon Feb 22 21:26:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/8] kvm: Kill CR3_CACHE feature references X-Patchwork-Submitter: Marcelo Tosatti X-Patchwork-Id: 46012 Message-Id: <62f734a0d57306523e6ba0e7bd606e0d55449671.1266874009.git.mtosatti@redhat.com> To: Anthony Liguori Cc: Jes Sorensen , qemu-devel@nongnu.org, kvm@vger.kernel.org, Avi Kivity Date: Mon, 22 Feb 2010 18:26:45 -0300 From: Marcelo Tosatti List-Id: qemu-devel.nongnu.org From: Jes Sorensen 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 files changed, 0 insertions(+), 3 deletions(-) diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 0d08cd5..5d9aecc 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 } };