]> xenbits.xensource.com Git - xen.git/commitdiff
arm: CONFIG_ARM_{32, 64} defined by Kconfig
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 22 Feb 2016 16:21:58 +0000 (17:21 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 22 Feb 2016 16:21:58 +0000 (17:21 +0100)
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>
xen/include/asm-arm/config.h

index a1b968d6db8126ee700a0a9f74a58621226a9473..c3a2c3068e728647078f04702c5fb2c599d73824 100644 (file)
@@ -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