Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41356
b: refs/heads/master
c: 7013696
h: refs/heads/master
v: v3
  • Loading branch information
Jack Morgenstein authored and Roland Dreier committed Nov 29, 2006
1 parent 98084e2 commit a252991
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: 2771e9ed4702e46c3f4c305eb2e047c251c2ad2b
refs/heads/master: 7013696a5f5ccd0d847d5e8b841d0b0b312277c8
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_srq.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static void mthca_arbel_init_srq_context(struct mthca_dev *dev,

memset(context, 0, sizeof *context);

logsize = long_log2(srq->max) + srq->wqe_shift;
logsize = long_log2(srq->max);
context->state_logsize_srqn = cpu_to_be32(logsize << 24 | srq->srqn);
context->lkey = cpu_to_be32(srq->mr.ibmr.lkey);
context->db_index = cpu_to_be32(srq->db_index);
Expand Down

0 comments on commit a252991

Please sign in to comment.