mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-04 19:30:57 +07:00
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>
This commit is contained in:
parent
0f57d86787
commit
511beeb588
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user