From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v4 for 4.5] arm32: fix build after 063188f4b3 Date: Wed, 15 Oct 2014 16:16:04 +0100 Message-ID: <543E8FB4.6080704@linaro.org> References: <1413382392-27897-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XeQJC-000460-F6 for xen-devel@lists.xenproject.org; Wed, 15 Oct 2014 15:16:14 +0000 Received: by mail-wi0-f179.google.com with SMTP id d1so2220285wiv.12 for ; Wed, 15 Oct 2014 08:16:12 -0700 (PDT) In-Reply-To: <1413382392-27897-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: stefano.stabellini@citrix.com, tim@xen.org, ian.campbell@citrix.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org 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 > +#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