Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44633
b: refs/heads/master
c: 0b0df6f
h: refs/heads/master
i:
  44631: 2558783
v: v3
  • Loading branch information
Roland Dreier committed Dec 16, 2006
1 parent 0107750 commit bd899d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 82da703ee685b69b921b20eb76b50e519ca9956c
refs/heads/master: 0b0df6f2079e731c44226a0673b07a166509a5de
4 changes: 1 addition & 3 deletions trunk/drivers/infiniband/hw/mthca/mthca_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static int tune_pci = 0;
module_param(tune_pci, int, 0444);
MODULE_PARM_DESC(tune_pci, "increase PCI burst from the default set by BIOS if nonzero");

struct mutex mthca_device_mutex;
DEFINE_MUTEX(mthca_device_mutex);

#define MTHCA_DEFAULT_NUM_QP (1 << 16)
#define MTHCA_DEFAULT_RDB_PER_QP (1 << 2)
Expand Down Expand Up @@ -1362,8 +1362,6 @@ static int __init mthca_init(void)
{
int ret;

mutex_init(&mthca_device_mutex);

mthca_validate_profile();

ret = mthca_catas_init();
Expand Down

0 comments on commit bd899d3

Please sign in to comment.