mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 05:30:53 +07:00
sh: Export cache flush routines needed by sh_eth on SH7619.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
c9306f0efb
commit
2bba37e64a
@ -126,7 +126,6 @@ DECLARE_EXPORT(__movstrSI12_i4);
|
||||
EXPORT_SYMBOL(flush_cache_all);
|
||||
EXPORT_SYMBOL(flush_cache_range);
|
||||
EXPORT_SYMBOL(flush_dcache_page);
|
||||
EXPORT_SYMBOL(__flush_purge_region);
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_CACHE_OFF) && defined(CONFIG_MMU) && \
|
||||
@ -147,3 +146,9 @@ EXPORT_SYMBOL(copy_page);
|
||||
EXPORT_SYMBOL(__clear_user);
|
||||
EXPORT_SYMBOL(_ebss);
|
||||
EXPORT_SYMBOL(empty_zero_page);
|
||||
|
||||
#ifndef CONFIG_CACHE_OFF
|
||||
EXPORT_SYMBOL(__flush_purge_region);
|
||||
EXPORT_SYMBOL(__flush_wback_region);
|
||||
EXPORT_SYMBOL(__flush_invalidate_region);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user