Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23774
b: refs/heads/master
c: b0b3a8e
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Mar 24, 2006
1 parent 69b00d3 commit 8d1ebd8
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b3f64967fafad2d3487cdba18bc5166aec33a823
refs/heads/master: b0b3a8e1939d18c9bd4caca0b4b859b118a4167e
4 changes: 2 additions & 2 deletions trunk/drivers/infiniband/hw/mthca/mthca_qp.c
Original file line number Diff line number Diff line change
Expand Up @@ -2000,8 +2000,8 @@ int mthca_arbel_post_send(struct ib_qp *ibqp, struct ib_send_wr *wr,
wmb();
((struct mthca_next_seg *) prev_wqe)->ee_nds =
cpu_to_be32(MTHCA_NEXT_DBD | size |
((wr->send_flags & IB_SEND_FENCE) ?
MTHCA_NEXT_FENCE : 0));
((wr->send_flags & IB_SEND_FENCE) ?
MTHCA_NEXT_FENCE : 0));

if (!size0) {
size0 = size;
Expand Down

0 comments on commit 8d1ebd8

Please sign in to comment.