aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/include/cpu-sh3/cpu
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-14 22:38:05 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-08-14 22:38:05 -0400
commit916e97834e023f89b31f796b53cc9c7956e7fe17 (patch)
tree60655c29dd9c78ee920a7dd73a1f7dff3dd85cce /arch/sh/include/cpu-sh3/cpu
parent7fbb2d3bdd33e58f54e360df0723d754f0b66153 (diff)
sh: Kill off unused flush_icache_user_range().
We use flush_cache_page() outright in copy_to_user_page(), and nothing else needs it, so just kill it off. SH-5 still defines its own version, but that too will go away in the same fashion once it converts over. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh3/cpu')
-rw-r--r--arch/sh/include/cpu-sh3/cpu/cacheflush.h1
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 98c7a7324551..0f5cf5460d05 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>