From: Eric Dumazet Date: Tue, 22 Mar 2011 01:12:54 +0000 (-0700) Subject: snmp: SNMP_UPD_PO_STATS_BH() always called from softirq X-Git-Tag: v2.6.39-rc1~390^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20246a800389fe5442675c59863fec5a4f520c7c;p=pandora-kernel.git snmp: SNMP_UPD_PO_STATS_BH() always called from softirq 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed