diff options
Diffstat (limited to 'arch/sh/include/cpu-sh3/cpu/cacheflush.h')
-rw-r--r-- | arch/sh/include/cpu-sh3/cpu/cacheflush.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/cpu-sh3/cpu/cacheflush.h b/arch/sh/include/cpu-sh3/cpu/cacheflush.h index 98c7a732455..0f5cf5460d0 100644 --- a/arch/sh/include/cpu-sh3/cpu/cacheflush.h +++ b/arch/sh/include/cpu-sh3/cpu/cacheflush.h | |||
@@ -27,7 +27,6 @@ void flush_icache_page(struct vm_area_struct *vma, struct page *page); | |||
27 | 27 | ||
28 | /* SH3 has unified cache so no special action needed here */ | 28 | /* SH3 has unified cache so no special action needed here */ |
29 | #define flush_cache_sigtramp(vaddr) do { } while (0) | 29 | #define flush_cache_sigtramp(vaddr) do { } while (0) |
30 | #define flush_icache_user_range(vma,pg,adr,len) do { } while (0) | ||
31 | 30 | ||
32 | #else | 31 | #else |
33 | #include <cpu-common/cpu/cacheflush.h> | 32 | #include <cpu-common/cpu/cacheflush.h> |