diff mbox

[2/2] arm: CONFIG_ARM_{32, 64} defined by Kconfig

Message ID 1455982445-19054-2-git-send-email-cardoe@cardoe.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Goldstein Feb. 20, 2016, 3:34 p.m. UTC
CONFIG_ARM_32 and CONFIG_ARM_64 is defined by Kconfig.

Signed-off-by: Doug Goldstein <cardoe@cardoe.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(-)

Comments

Stefano Stabellini Feb. 22, 2016, 11:19 a.m. UTC | #1
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
>
diff mbox

Patch

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