Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188127
b: refs/heads/master
c: 0efc22f
h: refs/heads/master
i:
  188125: 3906a6f
  188123: 0bb3286
  188119: 53eb8d8
  188111: c9446a7
  188095: 5471ef9
v: v3
  • Loading branch information
Stanislaw Gruszka authored and David S. Miller committed Mar 15, 2010
1 parent b7fee78 commit 2e0fd1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 2d99cf16f42b1979a2c498bb6d09498dbd689978
refs/heads/master: 0efc22f3afa5d8f070a33fea06162d7d9d518e38
1 change: 0 additions & 1 deletion trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,6 @@ static inline u16 bnx2x_tx_avail(struct bnx2x_fastpath *fp)
u16 prod;
u16 cons;

barrier(); /* Tell compiler that prod and cons can change */
prod = fp->tx_bd_prod;
cons = fp->tx_bd_cons;

Expand Down

0 comments on commit 2e0fd1b

Please sign in to comment.