mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
arm64: mm: Export dcache_inval_poc/dcache_clean_poc to support rknpu cache invalid/clean
Signed-off-by: Shuangjie Lin <shuangjie.lin@rock-chips.com> Change-Id: Iaffc599649e98112ea4561e14e8af9be4f86b6dc
This commit is contained in:
committed by
Felix Zeng
parent
516c0e07b0
commit
68bfc914a6
@@ -78,3 +78,8 @@ void arch_setup_dma_ops(struct device *dev, u64 dma_base, u64 size,
|
||||
|
||||
xen_setup_dma_ops(dev);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_NO_GKI
|
||||
EXPORT_SYMBOL(dcache_clean_poc);
|
||||
EXPORT_SYMBOL(dcache_inval_poc);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user