X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=include%2Fasm-generic%2Fiomap.h;h=e72c4510a7e10879c117339d1c02b8cd1ce632ea;hb=981250553d7fa27a1430a521d6f68b5eb7657f2a;hp=6afd7d6a9899c49fe721a7bb989c947ea5dc9c75;hpb=4a1e8ebc5e5918079109cc1cd1c44c2f0fd0e11b;p=firefly-linux-kernel-4.4.55.git 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;