diff options
author | Thomas Gleixner <[email protected]> | 2017-12-21 11:42:03 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-01-16 09:51:22 +0100 |
commit | b03bbbe08ff04d80136b6aac152954ef308a4909 (patch) | |
tree | 00eccdb20106c5f0f4fcf4cb26cdb5ebbc51eb5c /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 42f42da41b54c191ae6a775e84a86c100d66c5e8 (diff) |
ALSA/dummy: Replace tasklet with softirq hrtimer
The tasklet is used to defer the execution of snd_pcm_period_elapsed() to
the softirq context. Using the HRTIMER_MODE_SOFT mode invokes the timer
callback in softirq context as well which renders the tasklet useless.
[o-takashi: avoid stall due to a call of hrtimer_cancel() on a callback of hrtimer]
Signed-off-by: Thomas Gleixner <[email protected]>
Signed-off-by: Anna-Maria Gleixner <[email protected]>
Reviewed-by: Takashi Iwai <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Jaroslav Kysela <[email protected]>
Cc: John Stultz <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Takashi Sakamoto <[email protected]>
Cc: [email protected]
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions