diff options
author | Manfred Schlaegl <manfred.schlaegl@gmx.at> | 2015-06-20 20:25:52 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-24 03:37:54 +0300 |
commit | e9b5a9825f6b02a9cf86697bcffafd3d7898f9f6 (patch) | |
tree | 9acd5a45e426a1fe8110616d2726154edc82fa8c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 9b289932610edff7d0c11228efbf7a6f81361298 (diff) | |
download | linux-e9b5a9825f6b02a9cf86697bcffafd3d7898f9f6.tar.xz |
serial: imx: reduce irq-latency after rx overflow
To prevent problems with interrupt latency, and due to the fact, that
the error will be counted anyway (icount.overrun), the dev_err is simply
removed.
Background:
If an rx-fifo overflow occurs a dev_err message was called in interrupt
context. Since dev_err messages are written to console in a synchronous way
(unbuffered), and console may be a serial terminal, this leads to a
highly increased interrupt-latency (several milliseconds).
As a result of the high latency more rx-fifo overflows will happen, and
therefore a feedback loop of errors is created.
Signed-off-by: Manfred Schlaegl <manfred.schlaegl@gmx.at>
Acked-By: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions