Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 511beeb5 authored by Luis R. Rodriguez's avatar Luis R. Rodriguez Committed by Tony Luck
Browse files

ia64: export flush_icache_range for module use



This is needed the following modules:

"Linux Kernel Dump Test Tool Module"
CONFIG_LKDTM		drivers/misc/lkdtm.c

Signed-off-by: default avatarLuis R. Rodriguez <mcgrof@suse.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 0f57d867
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -96,3 +96,6 @@ EXPORT_SYMBOL(ia64_ivt);
/* mcount is defined in assembly */
EXPORT_SYMBOL(_mcount);
#endif

#include <asm/cacheflush.h>
EXPORT_SYMBOL_GPL(flush_icache_range);