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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/asm-arm/cacheflush.h b/include/asm-arm/cacheflush.h
index 24924e64f883..77ff6fe86dbd 100644
--- a/include/asm-arm/cacheflush.h
+++ b/include/asm-arm/cacheflush.h
@@ -34,7 +34,8 @@
34# endif 34# endif
35#endif 35#endif
36 36
37#if defined(CONFIG_CPU_ARM720T) || defined(CONFIG_CPU_ARM7TDMI) 37#if defined(CONFIG_CPU_ARM720T) || defined(CONFIG_CPU_ARM7TDMI) || \
38 defined(CONFIG_CPU_ARM9TDMI)
38# ifdef _CACHE 39# ifdef _CACHE
39# define MULTI_CACHE 1 40# define MULTI_CACHE 1
40# else 41# else