Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=fe8289175059a807094ba962828318910ea08a37
Commit:     fe8289175059a807094ba962828318910ea08a37
Parent:     ca43ecbf6e5c7216152e5a388f2ecdd87e07a293
Author:     Paul Mundt <[EMAIL PROTECTED]>
AuthorDate: Tue Feb 13 11:09:15 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Tue Feb 13 11:09:15 2007 +0900

    sh: Missing flush_dcache_all() proto in cacheflush.h.
    
    Some boards need this, so provide a definition.
    
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to