Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296244
b: refs/heads/master
c: b17d5c6
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin committed Feb 28, 2012
1 parent 7e4ec31 commit 12e101d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0820a50a0439764411b779208f0e6a67b937e72
refs/heads/master: b17d5c6e190f3d328aae0444f8b93d58d0015714
3 changes: 3 additions & 0 deletions trunk/tools/virtio/linux/virtio.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ struct virtqueue {
#define smp_mb() mb()
# define smp_rmb() barrier()
# define smp_wmb() barrier()
/* Weak barriers should be used. If not - it's a bug */
# define rmb() abort()
# define wmb() abort()
#else
#error Please fill in barrier macros
#endif
Expand Down

0 comments on commit 12e101d

Please sign in to comment.