aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorLuis R. Rodriguez <mcgrof@suse.com>2015-06-02 11:33:59 -0700
committerTony Luck <tony.luck@intel.com>2015-06-15 14:58:24 -0700
commit511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986 (patch)
tree5628d55cad91f65cea9dcdde26a5aed35d086075 /arch/ia64
parentLinux 4.1-rc8 (diff)
downloadlinux-dev-511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986.tar.xz
linux-dev-511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986.zip
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: Luis R. Rodriguez <mcgrof@suse.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/kernel/ia64_ksyms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/ia64/kernel/ia64_ksyms.c b/arch/ia64/kernel/ia64_ksyms.c
index 5b7791dd3965..096731049538 100644
--- a/arch/ia64/kernel/ia64_ksyms.c
+++ b/arch/ia64/kernel/ia64_ksyms.c
@@ -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);