diff options
author | Sebastian Siewior <[email protected]> | 2013-04-23 07:31:35 +0000 |
---|---|---|
committer | David S. Miller <[email protected]> | 2013-04-25 04:11:49 -0400 |
commit | 817f6d1a13754b043e1a6c1cb713763022860689 (patch) | |
tree | 80488896dae65d080e4463f2bf79efb8a0f9c617 /tools/perf/scripts/python/check-perf-trace.py | |
parent | 2bac7cb316d1327c457a715bac5fd56bbc42bc63 (diff) |
net/davinci_cpdma: don't check for jiffies with interrupts
__cpdma_chan_process() holds the lock with interrupts off (and its
caller as well), same goes for cpdma_ctlr_start(). With interrupts off,
jiffies will not make any progress and if the wait condition never gets
true we wait for ever.
Tgis patch adds a a simple udelay and counting down attempt.
Acked-by: Mugunthan V N <[email protected]>
Signed-off-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions