Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit bedbeec6 authored by Will Deacon's avatar Will Deacon
Browse files

arm64: mm: Export __flush_icache_range() to modules

lkdtm calls flush_icache_range(), which results in an out-of-line call
to __flush_icache_range(), which is not exported to modules.

Export the symbol to modules to fix this build breakage.

Fixes: 3b8c9f1c

 ("arm64: IPI each CPU after invalidating the I-cache for kernel mappings")
Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
parent e67ecf64
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment