diff options
author | 2013-04-23 07:31:35 +0000 | |
---|---|---|
committer | 2013-04-25 04:11:49 -0400 | |
commit | 817f6d1a13754b043e1a6c1cb713763022860689 (patch) | |
tree | 80488896dae65d080e4463f2bf79efb8a0f9c617 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: ipv4: typo issue, remove erroneous semicolon (diff) | |
download | linux-dev-817f6d1a13754b043e1a6c1cb713763022860689.tar.xz linux-dev-817f6d1a13754b043e1a6c1cb713763022860689.zip |
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 <mugunthanvnm@ti.com>
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
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