Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe828917 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: Missing flush_dcache_all() proto in cacheflush.h.



Some boards need this, so provide a definition.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent ca43ecbf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,