projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca43ecb
)
sh: Missing flush_dcache_all() proto in cacheflush.h.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 13 Feb 2007 02:09:15 +0000
(11:09 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 13 Feb 2007 02:09:15 +0000
(11:09 +0900)
Some boards need this, so provide a definition.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/cpu-sh4/cacheflush.h
patch
|
blob
|
history
diff --git
a/include/asm-sh/cpu-sh4/cacheflush.h
b/include/asm-sh/cpu-sh4/cacheflush.h
index f563c3bccc43d8991ca3bb4d6162b6f2a292c649..b3746a936a0966a868bd0a55a6be50e5ab7e3dac 100644
(file)
--- a/
include/asm-sh/cpu-sh4/cacheflush.h
+++ b/
include/asm-sh/cpu-sh4/cacheflush.h
@@
-17,6
+17,7
@@
* so we need them.
*/
void flush_cache_all(void);
+void flush_dcache_all(void);
void flush_cache_mm(struct mm_struct *mm);
#define flush_cache_dup_mm(mm) flush_cache_mm(mm)
void flush_cache_range(struct vm_area_struct *vma, unsigned long start,