From: Matvejchikov Ilya Date: Fri, 5 Aug 2011 09:23:51 +0000 (+0000) Subject: slip: fix NOHZ local_softirq_pending 08 warning X-Git-Tag: v3.1-rc2~19^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=614851601c121b1320a35757ab88292d6272f906;p=pandora-kernel.git slip: fix NOHZ local_softirq_pending 08 warning When using nanosleep() in an userspace application we get a ratelimit warning: NOHZ: local_softirq_pending 08 According to 481a8199142c050b72bff8a1956a49fd0a75bbe0 the problem is caused by netif_rx() function. This patch replaces netif_rx() with netif_rx_ni() which has to be used from process/softirq context. Signed-off-by: Matvejchikov Ilya Signed-off-by: David S. Miller --- Reading git-diff-tree failed