summaryrefslogtreecommitdiff
path: root/arch/sh/include/cpu-sh5/cpu
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-08-15 02:05:42 (GMT)
committerPaul Mundt <lethal@linux-sh.org>2009-08-15 02:05:42 (GMT)
commitecba1060583635ab55092072441ff903b5e9a659 (patch)
treed84dc75eae0b1bb2a2751240783444e2e92ca695 /arch/sh/include/cpu-sh5/cpu
parente82da214d2fe3dc2610df966100c4f36bc0fad91 (diff)
downloadlinux-fsl-qoriq-ecba1060583635ab55092072441ff903b5e9a659.tar.xz
sh: Centralize the CPU cache initialization routines.
This provides a central point for CPU cache initialization routines. This replaces the antiquated p3_cache_init() method, which the vast majority of CPUs never cared about. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/cpu-sh5/cpu')
-rw-r--r--arch/sh/include/cpu-sh5/cpu/cacheflush.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/include/cpu-sh5/cpu/cacheflush.h b/arch/sh/include/cpu-sh5/cpu/cacheflush.h
index 5a11f0b..8350cc7 100644
--- a/arch/sh/include/cpu-sh5/cpu/cacheflush.h
+++ b/arch/sh/include/cpu-sh5/cpu/cacheflush.h
@@ -25,7 +25,6 @@ extern void flush_icache_user_range(struct vm_area_struct *vma,
#define flush_dcache_mmap_unlock(mapping) do { } while (0)
#define flush_icache_page(vma, page) do { } while (0)
-void p3_cache_init(void);
#endif /* __ASSEMBLY__ */