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:
@@ -278,3 +278,4 @@ void flush_icache_range(unsigned long start, unsigned long end)
|
|||||||
start += L1_CACHE_BYTES;
|
start += L1_CACHE_BYTES;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(flush_icache_range);
|
||||||
|
Reference in New Issue
Block a user