Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255650
b: refs/heads/master
c: 3b182d7
h: refs/heads/master
v: v3
  • Loading branch information
Richard Cochran authored and David S. Miller committed Jun 21, 2011
1 parent 04b7f2c commit ef6180a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 73151ce35bd6d56e61a87b2855193f82540bf3d3
refs/heads/master: 3b182d7d4287f38711f70d58d68cf2a34e582992
2 changes: 2 additions & 0 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,8 @@ static int txq_submit_skb(struct tx_queue *txq, struct sk_buff *skb)

__skb_queue_tail(&txq->tx_skb, skb);

skb_tx_timestamp(skb);

/* ensure all other descriptors are written before first cmd_sts */
wmb();
desc->cmd_sts = cmd_sts;
Expand Down

0 comments on commit ef6180a

Please sign in to comment.