diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 11:09:15 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-02-13 11:09:15 +0900 |
commit | fe8289175059a807094ba962828318910ea08a37 (patch) | |
tree | 268dbba5c6611634ebdf2682d8820921cf4fc408 | |
parent | ca43ecbf6e5c7216152e5a388f2ecdd87e07a293 (diff) | |
download | op-kernel-dev-fe8289175059a807094ba962828318910ea08a37.zip op-kernel-dev-fe8289175059a807094ba962828318910ea08a37.tar.gz |
sh: Missing flush_dcache_all() proto in cacheflush.h.
Some boards need this, so provide a definition.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | include/asm-sh/cpu-sh4/cacheflush.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/cpu-sh4/cacheflush.h b/include/asm-sh/cpu-sh4/cacheflush.h index f563c3b..b3746a9 100644 --- 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, |