xtensa: export __{invalidate,flush}_dcache_range
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
eb8451e0ae
commit
a3cfda9d2f
@ -20,6 +20,7 @@
|
|||||||
#include <linux/in6.h>
|
#include <linux/in6.h>
|
||||||
|
|
||||||
#include <asm/uaccess.h>
|
#include <asm/uaccess.h>
|
||||||
|
#include <asm/cacheflush.h>
|
||||||
#include <asm/checksum.h>
|
#include <asm/checksum.h>
|
||||||
#include <asm/dma.h>
|
#include <asm/dma.h>
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
@ -128,3 +129,8 @@ EXPORT_SYMBOL(common_exception_return);
|
|||||||
#ifdef CONFIG_FUNCTION_TRACER
|
#ifdef CONFIG_FUNCTION_TRACER
|
||||||
EXPORT_SYMBOL(_mcount);
|
EXPORT_SYMBOL(_mcount);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
EXPORT_SYMBOL(__invalidate_dcache_range);
|
||||||
|
#if XCHAL_DCACHE_IS_WRITEBACK
|
||||||
|
EXPORT_SYMBOL(__flush_dcache_range);
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user