aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/cache-sh4.c14
-rw-r--r--arch/sh/mm/cache-sh5.c2
2 files changed, 1 insertions, 15 deletions
diff --git a/arch/sh/mm/cache-sh4.c b/arch/sh/mm/cache-sh4.c
index 4466787a52aa..b5860535e61f 100644
--- a/arch/sh/mm/cache-sh4.c
+++ b/arch/sh/mm/cache-sh4.c
@@ -401,20 +401,6 @@ void flush_cache_range(struct vm_area_struct *vma, unsigned long start,
401 } 401 }
402} 402}
403 403
404/*
405 * flush_icache_user_range
406 * @vma: VMA of the process
407 * @page: page
408 * @addr: U0 address
409 * @len: length of the range (< page size)
410 */
411void flush_icache_user_range(struct vm_area_struct *vma,
412 struct page *page, unsigned long addr, int len)
413{
414 flush_cache_page(vma, addr, page_to_pfn(page));
415 mb();
416}
417
418/** 404/**
419 * __flush_cache_4096 405 * __flush_cache_4096
420 * 406 *
diff --git a/arch/sh/mm/cache-sh5.c b/arch/sh/mm/cache-sh5.c
index 576cad04b11b..a50d23caf015 100644
--- a/arch/sh/mm/cache-sh5.c
+++ b/arch/sh/mm/cache-sh5.c
@@ -655,7 +655,7 @@ void flush_icache_range(unsigned long start, unsigned long end)
655 * range following a poke into the program text through the ptrace() call 655 * range following a poke into the program text through the ptrace() call
656 * from another process (e.g. for BRK instruction insertion). 656 * from another process (e.g. for BRK instruction insertion).
657 */ 657 */
658void flush_icache_user_range(struct vm_area_struct *vma, 658static void flush_icache_user_range(struct vm_area_struct *vma,
659 struct page *page, unsigned long addr, int len) 659 struct page *page, unsigned long addr, int len)
660{ 660{
661 661