Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206739
b: refs/heads/master
c: 3e3aed0
h: refs/heads/master
i:
  206737: a9d0a9f
  206735: 9cdf035
v: v3
  • Loading branch information
Ralph Campbell authored and Roland Dreier committed Aug 3, 2010
1 parent 4d7f84f commit 39e647a
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: 4c6931f5d4f423238ae6e93423081c6ff9753d26
refs/heads/master: 3e3aed0b88f680fed5c604caf7b10d77b2ec45c4
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/qib/qib_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ u32 qib_kreceive(struct qib_ctxtdata *rcd, u32 *llic, u32 *npkts)
smp_rmb(); /* prevent speculative reads of dma'ed hdrq */
}

for (last = 0, i = 1; !last; i += !last) {
for (last = 0, i = 1; !last && i <= 64; i += !last) {
hdr = dd->f_get_msgheader(dd, rhf_addr);
eflags = qib_hdrget_err_flags(rhf_addr);
etype = qib_hdrget_rcv_type(rhf_addr);
Expand Down

0 comments on commit 39e647a

Please sign in to comment.