mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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>
This commit is contained in:
parent
51de2f11f5
commit
000ab4b0a7
|
|
@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
|
|||
start += L1_CACHE_BYTES;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL(flush_icache_range);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user