]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: Nopped out p3_cache_init() on SH-5 also.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 10 Nov 2007 11:39:32 +0000 (20:39 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 28 Jan 2008 04:18:44 +0000 (13:18 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/cpu-sh5/cacheflush.h

index 847374b6526fdf2018a48dfd40352982cc09a106..45d12d6f89c265a8a7ed9bd006c8b8c494ae427a 100644 (file)
@@ -27,6 +27,7 @@ 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)
+#define p3_cache_init()                        do { } while (0)
 
 #endif /* __ASSEMBLY__ */