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:
bd635c3
)
enic: use napi_schedule_irqoff()
author
Govindarajulu Varadarajan
<_govind@gmx.com>
Sat, 22 Nov 2014 19:52:51 +0000
(
01:22
+0530)
committer
David S. Miller
<davem@davemloft.net>
Sun, 23 Nov 2014 19:31:25 +0000
(14:31 -0500)
enic_isr_legacy(), enic_isr_msix() & enic_isr_msi() run from hard
interrupt context.
They can use napi_schedule_irqoff() instead of napi_schedule()
Signed-off-by: Govindarajulu Varadarajan <_govind@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found