Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/score/mm/cache.c: Export 'flush_icache_range'

The related error (with allmodconfig under score):

MODPOST 1365 modules
ERROR: "flush_icache_range" [drivers/misc/lkdtm.ko] undefined!

Acked-by: Lennox Wu <lennox.wu@gmail.com>
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>

authored by

Chen Gang and committed by
Lennox Wu
000ab4b0 51de2f11

+1
+1
arch/score/mm/cache.c
··· 278 278 start += L1_CACHE_BYTES; 279 279 } 280 280 } 281 + EXPORT_SYMBOL(flush_icache_range);