projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6]
/
arch
/
um
/
sys-x86_64
/
shared
/
sysdep
/
barrier.h
1
#ifndef __SYSDEP_X86_64_BARRIER_H
2
#define __SYSDEP_X86_64_BARRIER_H
3
4
/* Copied from include/asm-x86_64 for use by userspace. */
5
#define mb() asm volatile("mfence":::"memory")
6
7
#endif