diff options
| author | Aishwarya Pant <aishpant@gmail.com> | 2017-03-01 18:06:30 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-07 07:37:01 +0100 |
| commit | 105d3b970b74d422b3af312f6f8edc7208cc8702 (patch) | |
| tree | ec1183d64ba3608731a50731e98ef84510716de3 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 541e68e0c3d0be9a940632edc5181788fff11d88 (diff) | |
| download | linux-105d3b970b74d422b3af312f6f8edc7208cc8702.tar.gz linux-105d3b970b74d422b3af312f6f8edc7208cc8702.zip | |
staging: dgnc: replace usleep_range with udelay
udelay is impelmented using a busy-wait loop and consumes CPU cycles
while usleep_range is implemented using interrupts.cls_flush_uart_write()
is called after a channel lock is acquired i.e. an atomic context.
Hence delay in this method should use udelay instead of usleep_range.
Signed-off-by: Aishwarya Pant <aishpant@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
