From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geoff Levand Subject: Re: [PATCH 5/7] kvm/arm: Fix missing include build error Date: Thu, 04 Apr 2013 17:04:57 -0700 Message-ID: <1365120297.24496.32.camel@smoke> References: <9c79ac214b8a7a96c05ab729ca1ba32cbb95b942.1365117838.git.geoff@infradead.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Marcelo Tosatti , kvm@vger.kernel.org, kvmarm@lists.cs.columbia.edu, Marc Zyngier To: Christoffer Dall Return-path: Received: from 173-166-109-252-newengland.hfc.comcastbusiness.net ([173.166.109.252]:53997 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1765473Ab3DEAFC (ORCPT ); Thu, 4 Apr 2013 20:05:02 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Hi Christoffer, On Thu, 2013-04-04 at 16:51 -0700, Christoffer Dall wrote: > On Thu, Apr 4, 2013 at 4:33 PM, Geoff Levand wr= ote: > > Include linux/cpu.h in kvm/arm.c. Fixes build errors like > > these with ARCH=3Darm64: > > > > arch/arm/kvm/arm.c: error: =E2=80=98CPU_STARTING_FROZEN=E2=80=99 un= declared > > > > Signed-off-by: Geoff Levand > > --- > > arch/arm/kvm/arm.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/kvm/arm.c b/arch/arm/kvm/arm.c > > index 5a93698..49b4bc6 100644 > > --- a/arch/arm/kvm/arm.c > > +++ b/arch/arm/kvm/arm.c > > @@ -24,6 +24,7 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > > > -- > > >=20 > I'm confused, I don't see this symbol in arm.c - against which tree d= o > these patches apply exactly? If this is something introduced by arm64= , > then it's premature, and should be added to that series. Sorry, this one is from Marc's kvm-for-next branch. I'll send it to him to include, unless you just want to take it in preparation. -Geoff