Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355024
b: refs/heads/master
c: 842c1dd
h: refs/heads/master
v: v3
  • Loading branch information
Jon Mason authored and Greg Kroah-Hartman committed Jan 20, 2013
1 parent 8a99b41 commit 2639a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8222b402e2df3b92948141046bae82fb774f3f64
refs/heads/master: 842c1ddea5f9949cb21e568408d2af9d986eee69
2 changes: 1 addition & 1 deletion trunk/drivers/ntb/ntb_transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ static void ntb_tx_copy_task(struct ntb_transport_qp *qp,
hdr->ver = qp->tx_pkts;

/* Ensure that the data is fully copied out before setting the flag */
mmiowb();
wmb();
hdr->flags = entry->flags | DESC_DONE_FLAG;

ntb_ring_sdb(qp->ndev, qp->qp_num);
Expand Down

0 comments on commit 2639a91

Please sign in to comment.