Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170
b: refs/heads/master
c: 85665c9
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier authored and Linus Torvalds committed Apr 16, 2005
1 parent 68efe38 commit 471c213
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: e464b2a6c2c297702205ab725fd82489550a7893
refs/heads/master: 85665c9816a2b38866e03c019bf5c2e47eb9fb04
2 changes: 1 addition & 1 deletion trunk/drivers/infiniband/hw/mthca/mthca_memfree.c
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ int mthca_init_db_tab(struct mthca_dev *dev)

init_MUTEX(&dev->db_tab->mutex);

dev->db_tab->npages = dev->uar_table.uarc_size / PAGE_SIZE;
dev->db_tab->npages = dev->uar_table.uarc_size / 4096;
dev->db_tab->max_group1 = 0;
dev->db_tab->min_group2 = dev->db_tab->npages - 1;

Expand Down

0 comments on commit 471c213

Please sign in to comment.