]> Git Repo - qemu.git/blame - qemu-barrier.h
linux-user: rlimit conversion between host and target.
[qemu.git] / qemu-barrier.h
CommitLineData
85199474
MT
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
This page took 0.072491 seconds and 4 git commands to generate.