mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
xtensa: Export __invalidate_icache_range
When modular code calls flush_icache_range():
ERROR: "__invalidate_icache_range" [drivers/misc/lkdtm.ko] undefined!
make[1]: *** [__modpost] Error 1
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
This commit is contained in:
parent
455c6fdbd2
commit
eb8451e0ae
|
|
@ -105,6 +105,7 @@ EXPORT_SYMBOL(csum_partial_copy_generic);
|
|||
* Architecture-specific symbols
|
||||
*/
|
||||
EXPORT_SYMBOL(__xtensa_copy_user);
|
||||
EXPORT_SYMBOL(__invalidate_icache_range);
|
||||
|
||||
/*
|
||||
* Kernel hacking ...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user