]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: mm: Export __flush_icache_range() to modules
authorWill Deacon <will.deacon@arm.com>
Fri, 6 Jul 2018 15:21:17 +0000 (16:21 +0100)
committerWill Deacon <will.deacon@arm.com>
Fri, 6 Jul 2018 15:21:17 +0000 (16:21 +0100)
commitbe33568e567793e31fe05e9a1368d08ab371013c
tree1d1d30f65d492cade76462ecd55d25fa58b7b53f
parentd93251c2f7aebb44cee0db528300113af9fe4ba2
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: 47c566802c60 ("arm64: IPI each CPU after invalidating the I-cache for kernel mappings")
Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm64/mm/flush.c