projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da97d1c
)
arm: CONFIG_ARM_{32, 64} defined by Kconfig
author
Doug Goldstein
<cardoe@cardoe.com>
Mon, 22 Feb 2016 16:21:58 +0000
(17:21 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/xen/include/asm-arm/config.h
b/xen/include/asm-arm/config.h
index a1b968d6db8126ee700a0a9f74a58621226a9473..c3a2c3068e728647078f04702c5fb2c599d73824 100644
(file)
--- 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