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:
db40b3f
)
enic: use spin_lock(wq_lock) instead of spin_lock_irqsave(wq_lock)
author
Govindarajulu Varadarajan
<_govind@gmx.com>
Sat, 22 Nov 2014 19:52:52 +0000
(
01:22
+0530)
committer
David S. Miller
<davem@davemloft.net>
Sun, 23 Nov 2014 19:31:25 +0000
(14:31 -0500)
All the access to wq has been moved out of hardirq context. We no longer need to
use spin_lock_irqsave.
Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found