]> Git Repo - qemu.git/blob - qemu-barrier.h
tcg-hppa: Schedule the address masking after the TLB load.
[qemu.git] / qemu-barrier.h
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.02424 seconds and 4 git commands to generate.