diff options
author | Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz> | 2007-11-22 20:19:39 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-11-27 03:37:31 (GMT) |
commit | f6ce5cca74b8681fdf1d7307edc66a7213b43f6f (patch) | |
tree | 0ac74f5244ab0ea0ad07823dc1af848c4571accc /include/video/uvesafb.h | |
parent | 64d0793109a98abcc2f4bf0c7d8b000fd220cdcd (diff) | |
download | linux-fsl-qoriq-f6ce5cca74b8681fdf1d7307edc66a7213b43f6f.tar.xz |
plip: 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 fixes plip to use netif_rx_ni. It fixes the infamous 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: Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video/uvesafb.h')
0 files changed, 0 insertions, 0 deletions