[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v11] xen/arm : emulation of arm's PSCI v0.2 standard
On Thu, 2014-08-14 at 12:53 +0530, Parth Dixit wrote: > Arm based virtual machines dom0/guest will request power related functionality > from xen through PSCI interface. This patch implements version 0.2 of > PSCI standard specified by arm for 64bit and 32 bit arm machines. > > Signed-off-by: Parth Dixit <parth.dixit@xxxxxxxxxx> Acked + applied with one minor change: > diff --git a/xen/arch/arm/vpsci.c b/xen/arch/arm/vpsci.c > index 1ceb8cb..c3d2df9 100644 > --- a/xen/arch/arm/vpsci.c > +++ b/xen/arch/arm/vpsci.c > @@ -17,24 +17,37 @@ > #include <asm/current.h> > #include <asm/gic.h> > #include <asm/psci.h> > +#include <public/sched.h> > +#include <asm-arm/event.h> The second one should be <asm/event.h>. With that changed I also moved it next to the other asm/*.h includes. Thanks, Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |