X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=blobdiff_plain;f=include%2Fasm-generic%2Fiomap.h;h=e72c4510a7e10879c117339d1c02b8cd1ce632ea;hp=6afd7d6a9899c49fe721a7bb989c947ea5dc9c75;hb=981250553d7fa27a1430a521d6f68b5eb7657f2a;hpb=12679a2d7e3bfbdc7586e3e86d1ca90c46659363 diff --git a/include/asm-generic/iomap.h b/include/asm-generic/iomap.h index 6afd7d6a9899..e72c4510a7e1 100644 --- a/include/asm-generic/iomap.h +++ b/include/asm-generic/iomap.h @@ -66,6 +66,11 @@ extern void ioport_unmap(void __iomem *); #define ioremap_wc ioremap_nocache #endif +#ifndef ARCH_HAS_IOREMAP_EXEC +#define ioremap_exec ioremap +#define ioremap_exec_nocache ioremap_nocache +#endif + #ifdef CONFIG_PCI /* Destroy a virtual mapping cookie for a PCI BAR (memory or IO) */ struct pci_dev;