[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 for 4.5] arm32: fix build after 063188f4b3
On 10/15/2014 03:13 PM, Julien Grall wrote: > diff --git a/xen/include/asm-arm/macros.h b/xen/include/asm-arm/macros.h > new file mode 100644 > index 0000000..f92f905 > --- /dev/null > +++ b/xen/include/asm-arm/macros.h > @@ -0,0 +1,16 @@ > +#ifndef __ASM_MACROS_H > +#define __ASM_MACROS_H > + > +#ifndef __ASSEMBLY__ > +# error "This file should only be included in assembly file" > +#endif > + > +#if defined (CONFIG_ARM_32) > +# include <asm/arm32/macros.h> > +#elif defined(CONFIG_ARM_64) > +/* Not specific ARM64 macros for now */ And I forgot to change the type here... I will wait before sending a new version. Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |