net-forcedeth: fix possible stats inaccuracies on 32b hosts
authordavid decotigny <david.decotigny@google.com>
Thu, 17 Nov 2011 09:38:23 +0000 (09:38 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Nov 2011 07:08:47 +0000 (02:08 -0500)
commit505a467b66233fd08ac32fca943100130928bf89
tree0f20460634939cfd8220ca99ec64c0941f3672c2
parentdd2bc8e9c0685d8eaaaf06e65919e31d60478411
net-forcedeth: fix possible stats inaccuracies on 32b hosts

The software stats are updated from BH, this change ensures that 32b
UP hosts use appropriate protection.

Tested:
  - HW/SW stats consistent with pktgen (in particular tx=rx)
  - HW/SW stats consistent when tx/rx offloads disabled
  - no problem with+without lockdep (SMP 16-way)

Signed-off-by: David Decotigny <david.decotigny@google.com>
Acked-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/nvidia/forcedeth.c