diff options
author | Mark Einon <mark.einon@gmail.com> | 2012-02-20 22:33:24 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-24 19:59:59 (GMT) |
commit | fc7e2a57e8406469785131ee0ed72c9243d8b306 (patch) | |
tree | d6cc9fa81603cf49d0c24e647d2105749af70269 /samples/kfifo | |
parent | 8062a62bda5ba29379e3cfc3ff85baa2b08b7ffa (diff) | |
download | linux-fsl-qoriq-fc7e2a57e8406469785131ee0ed72c9243d8b306.tar.xz |
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 <mark.einon@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/kfifo')
0 files changed, 0 insertions, 0 deletions