Skip to content

Commit

Permalink
ia64: export flush_icache_range for module use
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis R. Rodriguez authored and Tony Luck committed Jun 15, 2015
1 parent 0f57d86 commit 511beeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/ia64/kernel/ia64_ksyms.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit 511beeb

Please sign in to comment.