diff options
Diffstat (limited to 'arch/x86/include/asm/io.h')
| -rw-r--r-- | arch/x86/include/asm/io.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/x86/include/asm/io.h b/arch/x86/include/asm/io.h index c6d90eb794a..1390193f09c 100644 --- a/arch/x86/include/asm/io.h +++ b/arch/x86/include/asm/io.h @@ -240,6 +240,7 @@ static inline void sync(void)   * have some advantages to use them instead of the simple one here.   */  #define dmb()		__asm__ __volatile__ ("" : : : "memory") +#define mb()		__asm__ __volatile__ ("mfence" : : : "memory")  #define __iormb()	dmb()  #define __iowmb()	dmb() | 
