Re: [PATCH] ks8851: Fix NOHZ local_softirq_pending 08 warning

2012-02-13 Thread David Miller
From: Benoit Cousson Date: Mon, 13 Feb 2012 18:37:12 +0100 > This fix a similar problem as in 72092cc45378176ba700034c91b7af2db524df26 > and 481a8199142c050b72bff8a1956a49fd0a75bbe0 ("can: > fix NOHZ local_softirq_pending 08 warning"). This fix replaces netif_rx() > with netif_rx_ni() which has t

[PATCH] ks8851: Fix NOHZ local_softirq_pending 08 warning

2012-02-13 Thread Benoit Cousson
This fix a similar problem as in 72092cc45378176ba700034c91b7af2db524df26 and 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: Benoit Cousso