]> git.sur5r.net Git - u-boot/blobdiff - arch/powerpc/include/asm/io.h
Merge branch 'fpga' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / powerpc / include / asm / io.h
index d8b7b974d417b678626a07381fc7ca7393b6267a..a5257e9b6242956b7131c31f0f54510e734e879a 100644 (file)
@@ -123,6 +123,9 @@ static inline void isync(void)
 #define iobarrier_r()  eieio()
 #define iobarrier_w()  eieio()
 
+#define mb()   sync()
+#define isb()  isync()
+
 /*
  * Non ordered and non-swapping "raw" accessors
  */