]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/microblaze/include/asm/io.h
Merge branch 'master' into tk71
[mv-sheeva.git] / arch / microblaze / include / asm / io.h
index 00b5398d08c79336761eaaf9954d1c260597459a..eae32220f44782d089a6a5bd1d0ca687442f49de 100644 (file)
@@ -243,6 +243,8 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size,
 #define out_8(a, v) __raw_writeb((v), (a))
 #define in_8(a) __raw_readb(a)
 
+#define mmiowb()
+
 #define ioport_map(port, nr)   ((void __iomem *)(port))
 #define ioport_unmap(addr)