]> Pileus Git - ~andy/linux/blobdiff - arch/microblaze/include/asm/io.h
microblaze: Define read/write{b,w,l}_relaxed MMIO
[~andy/linux] / arch / microblaze / include / asm / io.h
index 2565cb94f32f0857bb4d925527c2ee9c77c7ea89..a2cea72060777a5df8fd1065f80e627d56a29787 100644 (file)
@@ -342,4 +342,12 @@ static inline void outsl(unsigned long addr, const void *buffer, int count)
 #define iowrite32_rep(p, src, count) \
        outsl((unsigned long) (p), (src), (count))
 
+#define readb_relaxed  readb
+#define readw_relaxed  readw
+#define readl_relaxed  readl
+
+#define writeb_relaxed writeb
+#define writew_relaxed writew
+#define writel_relaxed writel
+
 #endif /* _ASM_MICROBLAZE_IO_H */