Better interface to run uncached cache setup code.
Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
committed by
Ralf Baechle
parent
7de8d23287
commit
ba5187dbb4
@@ -90,4 +90,7 @@ extern void (*flush_data_cache_page)(unsigned long addr);
|
||||
#define ClearPageDcacheDirty(page) \
|
||||
clear_bit(PG_dcache_dirty, &(page)->flags)
|
||||
|
||||
/* Run kernel code uncached, useful for cache probing functions. */
|
||||
unsigned long __init run_uncached(void *func);
|
||||
|
||||
#endif /* _ASM_CACHEFLUSH_H */
|
||||
|
||||
Reference in New Issue
Block a user