On Thu, Apr 4, 2013 at 4:33 PM, Geoff Levand <geoff@xxxxxxxxxxxxx> wrote: > Include linux/cpu.h in kvm/arm.c. Fixes build errors like > these with ARCH=arm64: > > arch/arm/kvm/arm.c: error: ‘CPU_STARTING_FROZEN’ undeclared > > Signed-off-by: Geoff Levand <geoff@xxxxxxxxxxxxx> > --- > 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 <linux/fs.h> > #include <linux/mman.h> > #include <linux/sched.h> > +#include <linux/cpu.h> > #include <linux/kvm.h> > #include <trace/events/kvm.h> > > -- > I'm confused, I don't see this symbol in arm.c - against which tree do these patches apply exactly? If this is something introduced by arm64, then it's premature, and should be added to that series. -Christoffer -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html