These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / arch / parisc / include / asm / io.h
index 8cd0abf..1a16f1d 100644 (file)
@@ -137,6 +137,8 @@ static inline void __iomem * ioremap(unsigned long offset, unsigned long size)
        return __ioremap(offset, size, _PAGE_NO_CACHE);
 }
 #define ioremap_nocache(off, sz)       ioremap((off), (sz))
+#define ioremap_wc                     ioremap_nocache
+#define ioremap_uc                     ioremap_nocache
 
 extern void iounmap(const volatile void __iomem *addr);