git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23033fa
)
e1000e: drop stats lock
author
Jesse Brandeburg
<jesse.brandeburg@intel.com>
Thu, 2 Oct 2008 23:33:35 +0000
(16:33 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 3 Oct 2008 01:28:12 +0000
(18:28 -0700)
the stats lock is left over from e1000, e1000e no longer
has the adjust tbi stats function that required the addition
of the stats lock to begin with.
adding a mutex to acquire_swflag helped catch this one too.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found