aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/config.h
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-02-09 11:33:29 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2012-02-09 11:33:29 +0000
commite98c8b548b279e7f7067fa09619aca28659a02e3 (patch)
tree6a0d53aa84cc4c7d2c46f0427961e7ea89bd48cd /xen/include/asm-arm/config.h
parent2b36ebd4a2ff142297bf322dfd2b5f6a40f81a26 (diff)
downloadxen-e98c8b548b279e7f7067fa09619aca28659a02e3.tar.gz
xen-e98c8b548b279e7f7067fa09619aca28659a02e3.tar.bz2
xen-e98c8b548b279e7f7067fa09619aca28659a02e3.zip
arm: bit manipulation, copy and division libraries
Bit manipulation, division and memcpy & friends implementations for the ARM architecture, shamelessly taken from Linux. Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/config.h')
-rw-r--r--xen/include/asm-arm/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/xen/include/asm-arm/config.h b/xen/include/asm-arm/config.h
index 12285dd19c..9294f8f71f 100644
--- a/xen/include/asm-arm/config.h
+++ b/xen/include/asm-arm/config.h
@@ -30,6 +30,9 @@
#define asmlinkage /* Nothing needed */
+#define __LINUX_ARM_ARCH__ 7
+#define CONFIG_AEABI
+
/* Linkage for ARM */
#define __ALIGN .align 2
#define __ALIGN_STR ".align 2"