Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66744
b: refs/heads/master
c: 4c94f8c
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Oct 10, 2007
1 parent b8dfef5 commit 163ae5b
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: 2774c7aba6c97a2535be3309a2209770953780b3
refs/heads/master: 4c94f8c0c9a82fad84bc5df453aff755cfed70b7
1 change: 0 additions & 1 deletion trunk/drivers/net/loopback.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ static int loopback_xmit(struct sk_buff *skb, struct net_device *dev)
#endif
dev->last_rx = jiffies;

/* it's OK to use __get_cpu_var() because BHs are off */
pcpu_lstats = netdev_priv(dev);
lb_stats = per_cpu_ptr(pcpu_lstats, smp_processor_id());
lb_stats->bytes += skb->len;
Expand Down

0 comments on commit 163ae5b

Please sign in to comment.