Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 187931
b: refs/heads/master
c: 4c020a9
h: refs/heads/master
i:
  187929: c82cf51
  187927: a9cfb25
v: v3
  • Loading branch information
David Dillow authored and David S. Miller committed Mar 4, 2010
1 parent 2d6d92d commit 716fe5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: d0021b252eaf65ca07ed14f0d66425dd9ccab9a6
refs/heads/master: 4c020a961a812ffae9846b917304cea504c3a733
4 changes: 2 additions & 2 deletions trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -4270,7 +4270,7 @@ static netdev_tx_t rtl8169_start_xmit(struct sk_buff *skb,

tp->cur_tx += frags + 1;

smp_wmb();
wmb();

RTL_W8(TxPoll, NPQ); /* set polling bit */

Expand Down Expand Up @@ -4621,7 +4621,7 @@ static int rtl8169_poll(struct napi_struct *napi, int budget)
* until it does.
*/
tp->intr_mask = 0xffff;
smp_wmb();
wmb();
RTL_W16(IntrMask, tp->intr_event);
}

Expand Down

0 comments on commit 716fe5c

Please sign in to comment.