X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fpowerpc%2Finclude%2Fasm%2Fio.h;h=a5257e9b6242956b7131c31f0f54510e734e879a;hb=f4e7e2d12164c3235c3f5e19a68a503623029d35;hp=d8b7b974d417b678626a07381fc7ca7393b6267a;hpb=643aae1406c93ddc64fcf8c136b47cdffd9c8ccd;p=u-boot diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index d8b7b974d4..a5257e9b62 100644 --- a/arch/powerpc/include/asm/io.h +++ b/arch/powerpc/include/asm/io.h @@ -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 */