]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/um/sys-x86_64/shared/sysdep/barrier.h
Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds
[linux-2.6-omap-h63xx.git] / 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