aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/setup.c
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:30 +0000
committerIan Campbell <ian.campbell@citrix.com>2012-12-19 14:16:30 +0000
commit5a81d6b026ab06123f47e39bc47aedcf23048e6b (patch)
treea450f0d70e07174ed80819808588fcecbcd43ffd /xen/arch/arm/setup.c
parent977dba41ab7c2380c4b6757aed2e680a0d7df4c1 (diff)
downloadxen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.tar.gz
xen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.tar.bz2
xen-5a81d6b026ab06123f47e39bc47aedcf23048e6b.zip
xen: arm: introduce arm32 as a subarch of arm.
- move 32-bit specific files into subarch specific arm32 subdirectory. - move gic.h to xen/include/asm-arm (it is needed from both subarch and generic code). - make the appropriate build and config file changes to support XEN_TARGET_ARCH=arm32. This prepares us for an eventual 64-bit subarch. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/arch/arm/setup.c')
-rw-r--r--xen/arch/arm/setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/arm/setup.c b/xen/arch/arm/setup.c
index bbee051c1b..b5cb912f0a 100644
--- a/xen/arch/arm/setup.c
+++ b/xen/arch/arm/setup.c
@@ -39,7 +39,7 @@
#include <asm/setup.h>
#include <asm/vfp.h>
#include <asm/early_printk.h>
-#include "gic.h"
+#include <asm/gic.h>
static __used void init_done(void)
{