mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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>
This commit is contained in:
parent
ca43ecbf6e
commit
fe82891750
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user