From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: [PATCH] KVM: x86: Do not rely on implicit vmalloc.h inclusion Date: Wed, 14 Dec 2011 17:30:00 +0100 Message-ID: <4EE8CF08.60806@siemens.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm To: Avi Kivity , Marcelo Tosatti Return-path: Received: from david.siemens.de ([192.35.17.14]:17812 "EHLO david.siemens.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755145Ab1LNQaI (ORCPT ); Wed, 14 Dec 2011 11:30:08 -0500 Sender: kvm-owner@vger.kernel.org List-ID: Works so far, but it is not guaranteed to stay like this. Signed-off-by: Jan Kiszka --- arch/x86/kvm/cpuid.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c index 3bb257e..25e087d 100644 --- a/arch/x86/kvm/cpuid.c +++ b/arch/x86/kvm/cpuid.c @@ -14,6 +14,7 @@ #include #include +#include #include #include #include "cpuid.h" -- 1.7.3.4