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:
8aa525a
)
snmp: SNMP_UPD_PO_STATS_BH() always called from softirq
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 22 Mar 2011 01:12:54 +0000
(18:12 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 22 Mar 2011 01:12:54 +0000
(18:12 -0700)
We dont need to test if we run from softirq context, we definitely are.
This saves few instructions in ip_rcv() & ip_rcv_finish()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found