Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180783
b: refs/heads/master
c: 97a545a
h: refs/heads/master
i:
  180781: 0b1c326
  180779: d45a659
  180775: e4bf97d
  180767: 38712af
v: v3
  • Loading branch information
Rusty Russell committed Feb 24, 2010
1 parent c75851c commit 7cee357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 28ff4ef71795fe6f6c0cc06a04911c9ca09c2c11
refs/heads/master: 97a545ab6ce922a0f868d192718a48a0091ebc5e
3 changes: 1 addition & 2 deletions trunk/drivers/virtio/virtio_ring.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@
panic("%s:in_use = %i\n", \
(_vq)->vq.name, (_vq)->in_use); \
(_vq)->in_use = __LINE__; \
mb(); \
} while (0)
#define END_USE(_vq) \
do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; mb(); } while(0)
do { BUG_ON(!(_vq)->in_use); (_vq)->in_use = 0; } while(0)
#else
#define BAD_RING(_vq, fmt, args...) \
do { \
Expand Down

0 comments on commit 7cee357

Please sign in to comment.