All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
To: Doug Goldstein <cardoe@cardoe.com>
Cc: Stefano Stabellini <stefano.stabellini@citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	xen-devel@lists.xen.org
Subject: Re: [PATCH 2/2] arm: CONFIG_ARM_{32, 64} defined by Kconfig
Date: Mon, 22 Feb 2016 11:19:44 +0000	[thread overview]
Message-ID: <alpine.DEB.2.02.1602221119330.17248@kaball.uk.xensource.com> (raw)
In-Reply-To: <1455982445-19054-2-git-send-email-cardoe@cardoe.com>

On Sat, 20 Feb 2016, Doug Goldstein wrote:
> CONFIG_ARM_32 and CONFIG_ARM_64 is defined by Kconfig.
> 
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>

Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>


> CC: Ian Campbell <ian.campbell@citrix.com>
> CC: Stefano Stabellini <stefano.stabellini@citrix.com>
> ---
>  xen/include/asm-arm/config.h | 6 ------
>  1 file changed, 6 deletions(-)
> 
> diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
> index a1b968d..c3a2c30 100644
> --- a/xen/include/asm-arm/config.h
> +++ b/xen/include/asm-arm/config.h
> @@ -7,12 +7,6 @@
>  #ifndef __ARM_CONFIG_H__
>  #define __ARM_CONFIG_H__
>  
> -#if defined(__aarch64__)
> -# define CONFIG_ARM_64 1
> -#elif defined(__arm__)
> -# define CONFIG_ARM_32 1
> -#endif
> -
>  #if defined(CONFIG_ARM_64)
>  # define LONG_BYTEORDER 3
>  #else
> -- 
> 2.4.10
> 

  reply	other threads:[~2016-02-22 11:19 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-20 15:34 [PATCH 1/2] x86: CONFIG_X86 defined by Kconfig Doug Goldstein
2016-02-20 15:34 ` [PATCH 2/2] arm: CONFIG_ARM_{32, 64} " Doug Goldstein
2016-02-22 11:19   ` Stefano Stabellini [this message]
2016-02-20 16:18 ` [PATCH 1/2] x86: CONFIG_X86 " Andrew Cooper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.02.1602221119330.17248@kaball.uk.xensource.com \
    --to=stefano.stabellini@eu.citrix.com \
    --cc=cardoe@cardoe.com \
    --cc=ian.campbell@citrix.com \
    --cc=stefano.stabellini@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.