diff options
Diffstat (limited to 'arch/powerpc/include/asm/io.h')
| -rw-r--r-- | arch/powerpc/include/asm/io.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/powerpc/include/asm/io.h b/arch/powerpc/include/asm/io.h index d8b7b974d41..a5257e9b624 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   */ | 
