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:
477b35b
)
bnx2x: use napi_schedule_irqoff()
author
Eric Dumazet
<edumazet@google.com>
Thu, 30 Oct 2014 00:07:50 +0000
(17:07 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 30 Oct 2014 20:50:47 +0000
(16:50 -0400)
bnx2x_msix_fp_int() and bnx2x_interrupt() run from hard interrupt
context.
They can use napi_schedule_irqoff() instead of napi_schedule()
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Ariel Elior <ariel.elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found