aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/processor-ca15.h
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/processor-ca15.h
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/processor-ca15.h')
-rw-r--r--xen/include/asm-arm/processor-ca15.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/xen/include/asm-arm/processor-ca15.h b/xen/include/asm-arm/processor-ca15.h
index 06cdbdd214..f65f40a32c 100644
--- a/xen/include/asm-arm/processor-ca15.h
+++ b/xen/include/asm-arm/processor-ca15.h
@@ -1,9 +1,6 @@
#ifndef __ASM_ARM_PROCESSOR_CA15_H
#define __ASM_ARM_PROCESSOR_CA15_H
-
-#define CORTEX_A15_ID (0x410FC0F0)
-
/* ACTLR Auxiliary Control Register, Cortex A15 */
#define ACTLR_CA15_SNOOP_DELAYED (1<<31)
#define ACTLR_CA15_MAIN_CLOCK (1<<30)