Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144897
b: refs/heads/master
c: 8be741b
h: refs/heads/master
i:
  144895: 81d0291
v: v3
  • Loading branch information
Roland Dreier committed May 13, 2009
1 parent fc1fd95 commit 81a1d68
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2b6b7d4be487bada8c727df829c25068c7b5e5a3
refs/heads/master: 8be741b0ac8e8857fb64da269e81da8a131377bb
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/hw/cxgb3/cxio_hal.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ int cxio_flush_sq(struct t3_wq *wq, struct t3_cq *cq, int count)
ptr = wq->sq_rptr + count;
sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2);
while (ptr != wq->sq_wptr) {
sqp->signaled = 0;
insert_sq_cqe(wq, cq, sqp);
ptr++;
sqp = wq->sq + Q_PTR2IDX(ptr, wq->sq_size_log2);
Expand Down

0 comments on commit 81a1d68

Please sign in to comment.