mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
aa7bd94249
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: H. Peter Anvin <hpa@zytor.com>
7 lines
184 B
C
7 lines
184 B
C
#ifndef __SYSDEP_X86_64_BARRIER_H
|
|
#define __SYSDEP_X86_64_BARRIER_H
|
|
|
|
/* Copied from include/asm-x86_64 for use by userspace. */
|
|
#define mb() asm volatile("mfence":::"memory")
|
|
|
|
#endif
|