diff options
author | 2013-01-02 01:01:10 +0000 | |
---|---|---|
committer | 2013-01-04 13:47:21 -0800 | |
commit | 5ff3fec6d3fc848753c2fa30b18607358f89a202 (patch) | |
tree | 67bb4569c70fb561f021c4c2c08126dcf4e457b1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ipv6: document ndisc_notify in networking/ip-sysctl.txt (diff) | |
download | linux-dev-5ff3fec6d3fc848753c2fa30b18607358f89a202.tar.xz linux-dev-5ff3fec6d3fc848753c2fa30b18607358f89a202.zip |
mac802154: fix NOHZ local_softirq_pending 08 warning
When using nanosleep() in an userspace application we get a
ratelimit warning
NOHZ: local_softirq_pending 08
for 10 times.
This patch replaces netif_rx() with netif_rx_ni() which has
to be used from process/softirq context.
The process/softirq context will be called from fakelb driver.
See linux-kernel commit 481a819 for similar fix.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions