summaryrefslogtreecommitdiffstats
path: root/arch/ia64/kernel
diff options
context:
space:
mode:
authorLuis R. Rodriguez2015-06-02 20:33:59 +0200
committerTony Luck2015-06-15 23:58:24 +0200
commit511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986 (patch)
tree5628d55cad91f65cea9dcdde26a5aed35d086075 /arch/ia64/kernel
parentLinux 4.1-rc8 (diff)
downloadkernel-qcow2-linux-511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986.tar.gz
kernel-qcow2-linux-511beeb5880eb1cf71ede7ce0f5ab4b34c1dd986.tar.xz
kernel-qcow2-linux-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/kernel')
-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);