Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117779
b: refs/heads/master
c: 6d329af
h: refs/heads/master
i:
  117777: aadf742
  117775: 566fe09
v: v3
  • Loading branch information
Roland Dreier authored and Jeff Garzik committed Oct 22, 2008
1 parent 20bf8da commit d63bd41
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: d766a4eda65b80afb50a39ce15c0ca424115bc07
refs/heads/master: 6d329af9967e7ab3f4a3d7f1e8ef87539c3a069f
1 change: 1 addition & 0 deletions trunk/drivers/net/cxgb3/l2t.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,7 @@ struct l2t_data *t3_init_l2t(unsigned int l2t_capacity)
for (i = 0; i < l2t_capacity; ++i) {
d->l2tab[i].idx = i;
d->l2tab[i].state = L2T_STATE_UNUSED;
__skb_queue_head_init(&d->l2tab[i].arpq);
spin_lock_init(&d->l2tab[i].lock);
atomic_set(&d->l2tab[i].refcnt, 0);
}
Expand Down

0 comments on commit d63bd41

Please sign in to comment.