OSDN Git Service

sh: Kill off unused flush_icache_user_range().
authorPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 02:38:05 +0000 (11:38 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 15 Aug 2009 02:38:05 +0000 (11:38 +0900)
commit916e97834e023f89b31f796b53cc9c7956e7fe17
tree60655c29dd9c78ee920a7dd73a1f7dff3dd85cce
parent7fbb2d3bdd33e58f54e360df0723d754f0b66153
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>
arch/sh/include/asm/cacheflush.h
arch/sh/include/cpu-common/cpu/cacheflush.h
arch/sh/include/cpu-sh2a/cpu/cacheflush.h
arch/sh/include/cpu-sh3/cpu/cacheflush.h
arch/sh/include/cpu-sh4/cpu/cacheflush.h
arch/sh/include/cpu-sh5/cpu/cacheflush.h
arch/sh/mm/cache-sh4.c
arch/sh/mm/cache-sh5.c