aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/cacheflush.h')
-rw-r--r--include/asm-m32r/cacheflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-m32r/cacheflush.h b/include/asm-m32r/cacheflush.h
index 46fc4c3251082..e57427b6e2493 100644
--- a/include/asm-m32r/cacheflush.h
+++ b/include/asm-m32r/cacheflush.h
@@ -7,7 +7,7 @@
extern void _flush_cache_all(void);
extern void _flush_cache_copyback_all(void);
-#if defined(CONFIG_CHIP_M32700) || defined(CONFIG_CHIP_OPSP)
+#if defined(CONFIG_CHIP_M32700) || defined(CONFIG_CHIP_OPSP) || defined(CONFIG_CHIP_M32104)
#define flush_cache_all() do { } while (0)
#define flush_cache_mm(mm) do { } while (0)
#define flush_cache_range(vma, start, end) do { } while (0)