projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0468b4b
)
sh: Nopped out p3_cache_init() on SH-5 also.
author
Paul Mundt
<lethal@linux-sh.org>
Sat, 10 Nov 2007 11:39:32 +0000
(20:39 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/include/asm-sh/cpu-sh5/cacheflush.h
b/include/asm-sh/cpu-sh5/cacheflush.h
index 847374b6526fdf2018a48dfd40352982cc09a106..45d12d6f89c265a8a7ed9bd006c8b8c494ae427a 100644
(file)
--- 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__ */