diff options
Diffstat (limited to 'include/asm-arm/cacheflush.h')
-rw-r--r-- | include/asm-arm/cacheflush.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/asm-arm/cacheflush.h b/include/asm-arm/cacheflush.h index 77ff6fe86dbd..b0a8603400be 100644 --- a/include/asm-arm/cacheflush.h +++ b/include/asm-arm/cacheflush.h | |||
@@ -56,6 +56,14 @@ | |||
56 | # endif | 56 | # endif |
57 | #endif | 57 | #endif |
58 | 58 | ||
59 | #if defined(CONFIG_CPU_ARM940T) | ||
60 | # ifdef _CACHE | ||
61 | # define MULTI_CACHE 1 | ||
62 | # else | ||
63 | # define _CACHE arm940 | ||
64 | # endif | ||
65 | #endif | ||
66 | |||
59 | #if defined(CONFIG_CPU_SA110) || defined(CONFIG_CPU_SA1100) | 67 | #if defined(CONFIG_CPU_SA110) || defined(CONFIG_CPU_SA1100) |
60 | # ifdef _CACHE | 68 | # ifdef _CACHE |
61 | # define MULTI_CACHE 1 | 69 | # define MULTI_CACHE 1 |