aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/arm32
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bjzhang@suse.com>2013-07-15 16:45:33 +0800
committerIan Campbell <ian.campbell@citrix.com>2013-07-17 10:34:29 +0100
commit75beb8e45133acb8795024fc6114ff557ce1c27f (patch)
treedc74bac1c813de0108e552a6748ec8b3a2083739 /xen/include/asm-arm/arm32
parent68caac7f6f4687241a24e804a9fca19aa26fe183 (diff)
downloadxen-75beb8e45133acb8795024fc6114ff557ce1c27f.tar.gz
xen-75beb8e45133acb8795024fc6114ff557ce1c27f.tar.bz2
xen-75beb8e45133acb8795024fc6114ff557ce1c27f.zip
xen: arm: introduce Cortex-A7 support
Introduce Cortex-A7 with a scalable proc_info_list which including cpu id and cpu initialize function. In head.S, search cpu specific MIDR in procinfo and call such initialize function. Currently, support Cortex-A7 and Cortex-A15. Signed-off-by: Bamvor Jian Zhang <bjzhang@suse.com> Acked-by: Tim Deegan <tim@xen.org> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/include/asm-arm/arm32')
-rw-r--r--xen/include/asm-arm/arm32/processor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-arm/arm32/processor.h b/xen/include/asm-arm/arm32/processor.h
index d26fc85645..b26625291d 100644
--- a/xen/include/asm-arm/arm32/processor.h
+++ b/xen/include/asm-arm/arm32/processor.h
@@ -1,6 +1,8 @@
#ifndef __ASM_ARM_ARM32_PROCESSOR_H
#define __ASM_ARM_ARM32_PROCESSOR_H
+#define ACTLR_V7_SMP (1<<6)
+
#ifndef __ASSEMBLY__
/* On stack VCPU state */
struct cpu_user_regs