aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/cacheflush.h8
-rw-r--r--include/asm-arm/proc-fns.h8
2 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-arm/cacheflush.h b/include/asm-arm/cacheflush.h
index b0a8603400be..b611a8ea0bb2 100644
--- a/include/asm-arm/cacheflush.h
+++ b/include/asm-arm/cacheflush.h
@@ -64,6 +64,14 @@
64# endif 64# endif
65#endif 65#endif
66 66
67#if defined(CONFIG_CPU_ARM946E)
68# ifdef _CACHE
69# define MULTI_CACHE 1
70# else
71# define _CACHE arm946
72# endif
73#endif
74
67#if defined(CONFIG_CPU_SA110) || defined(CONFIG_CPU_SA1100) 75#if defined(CONFIG_CPU_SA110) || defined(CONFIG_CPU_SA1100)
68# ifdef _CACHE 76# ifdef _CACHE
69# define MULTI_CACHE 1 77# define MULTI_CACHE 1
diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h
index 87f3ea97f48c..ea7e54c319be 100644
--- a/include/asm-arm/proc-fns.h
+++ b/include/asm-arm/proc-fns.h
@@ -113,6 +113,14 @@
113# define CPU_NAME cpu_arm940 113# define CPU_NAME cpu_arm940
114# endif 114# endif
115# endif 115# endif
116# ifdef CONFIG_CPU_ARM946E
117# ifdef CPU_NAME
118# undef MULTI_CPU
119# define MULTI_CPU
120# else
121# define CPU_NAME cpu_arm946
122# endif
123# endif
116# ifdef CONFIG_CPU_SA110 124# ifdef CONFIG_CPU_SA110
117# ifdef CPU_NAME 125# ifdef CPU_NAME
118# undef MULTI_CPU 126# undef MULTI_CPU