aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/cacheflush.h')
-rw-r--r--include/asm-arm/cacheflush.h8
1 files changed, 8 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