Statistics
| Branch: | Revision:

root / qemu-barrier.h @ 85199474

History | View | Annotate | Download (152 Bytes)

1
#ifndef __QEMU_BARRIER_H
2
#define __QEMU_BARRIER_H 1
3

    
4
/* FIXME: arch dependant, x86 version */
5
#define smp_wmb()   asm volatile("" ::: "memory")
6

    
7
#endif