commit | 72092cc45378176ba700034c91b7af2db524df26 | [log] [tgz] |
---|---|---|
author | Manfred Rudigier <Manfred.Rudigier@omicron.at> | Mon Jan 09 23:52:15 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 12 15:26:01 2012 -0800 |
tree | 5505277b40f14304d78729aee8264b024799b775 | |
parent | 9c4886e5e63bbecea0b560829a96f37e8d9ddd7c [diff] |
dp83640: Fix NOHZ local_softirq_pending 08 warning Similar problem as in 481a8199142c050b72bff8a1956a49fd0a75bbe0 ("can: fix NOHZ local_softirq_pending 08 warning"). This fix replaces netif_rx() with netif_rx_ni() which has to be used from process/softirq context. Signed-off-by: Manfred Rudigier <manfred.rudigier@omicron.at> Signed-off-by: David S. Miller <davem@davemloft.net>