From: Mark Einon Date: Mon, 20 Feb 2012 22:33:24 +0000 (+0000) Subject: staging: et131x: use netif_rx_ni() for packet receive X-Git-Tag: v3.4-rc1~186^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc7e2a57e8406469785131ee0ed72c9243d8b306;p=pandora-kernel.git staging: et131x: use netif_rx_ni() for packet receive netif_rx is meant to be called from interrupts because it doesn't wake up ksoftirqd. For calling from outside interrupts, netif_rx_ni exists. This stops the error "NOHZ: local_softirq_panding 08" that happens on some machines with NOHZ and plip --- it is caused by the fact that softirq is pending and ksoftirqd is sleeping. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed