From: Paul Mundt Date: Sat, 10 Nov 2007 11:39:32 +0000 (+0900) Subject: sh: Nopped out p3_cache_init() on SH-5 also. X-Git-Tag: firefly_0821_release~23662^2~145 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3ef75b773b38fe2028fa4627cab3991e2c60180;p=firefly-linux-kernel-4.4.55.git sh: Nopped out p3_cache_init() on SH-5 also. Signed-off-by: Paul Mundt --- diff --git a/include/asm-sh/cpu-sh5/cacheflush.h b/include/asm-sh/cpu-sh5/cacheflush.h index 847374b6526f..45d12d6f89c2 100644 --- a/include/asm-sh/cpu-sh5/cacheflush.h +++ b/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_icache_page(vma, page) do { } while (0) +#define p3_cache_init() do { } while (0) #endif /* __ASSEMBLY__ */