Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 214307
b: refs/heads/master
c: f89e49e
h: refs/heads/master
i:
  214305: 4c3f4a9
  214303: 77b472a
v: v3
  • Loading branch information
Anton Blanchard authored and David S. Miller committed Sep 7, 2010
1 parent d737fad commit d8ee67a
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: 8d86c61ae41d9068fd5e5cc01a4abd53c4fe3ab5
refs/heads/master: f89e49e79f839dbe79364ec6cd7e2274ad11b120
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ static int ibmveth_poll(struct napi_struct *napi, int budget)
if (!ibmveth_rxq_pending_buffer(adapter))
break;

rmb();
smp_rmb();
if (!ibmveth_rxq_buffer_valid(adapter)) {
wmb(); /* suggested by larson1 */
adapter->rx_invalid_buffer++;
Expand Down

0 comments on commit d8ee67a

Please sign in to comment.