aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh/cpu-sh4/cacheflush.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/cpu-sh4/cacheflush.h')
-rw-r--r--include/asm-sh/cpu-sh4/cacheflush.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-sh/cpu-sh4/cacheflush.h b/include/asm-sh/cpu-sh4/cacheflush.h
index a95fc951aff6..515fd574267c 100644
--- a/include/asm-sh/cpu-sh4/cacheflush.h
+++ b/include/asm-sh/cpu-sh4/cacheflush.h
@@ -39,9 +39,6 @@ void p3_cache_init(void);
39 39
40#define PG_mapped PG_arch_1 40#define PG_mapped PG_arch_1
41 41
42/* We provide our own get_unmapped_area to avoid cache alias issue */
43#define HAVE_ARCH_UNMAPPED_AREA
44
45#ifdef CONFIG_MMU 42#ifdef CONFIG_MMU
46extern int remap_area_pages(unsigned long addr, unsigned long phys_addr, 43extern int remap_area_pages(unsigned long addr, unsigned long phys_addr,
47 unsigned long size, unsigned long flags); 44 unsigned long size, unsigned long flags);