repo.or.cz
/
linux-2.6
/
next.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 2.6.21-rc3
[linux-2.6/next.git]
/
arch
/
um
/
include
/
sysdep-x86_64
/
barrier.h
blob
7b610befdc8f3521bd13c598034847fc1d680616
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