浏览代码

sh: Nopped out p3_cache_init() on SH-5 also.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 17 年之前
父节点
当前提交
f3ef75b773
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/asm-sh/cpu-sh5/cacheflush.h

+ 1 - 0
include/asm-sh/cpu-sh5/cacheflush.h

@@ -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_dcache_mmap_unlock(mapping)	do { } while (0)
 
 
 #define flush_icache_page(vma, page)	do { } while (0)
 #define flush_icache_page(vma, page)	do { } while (0)
+#define p3_cache_init()			do { } while (0)
 
 
 #endif /* __ASSEMBLY__ */
 #endif /* __ASSEMBLY__ */