mirror of https://github.com/thesofproject/sof.git
5cbbde7986
select_cpu_clock() on cAVS currently takes all the clock locks while adjusting them. And that function is called from clock_set_freq() which also takes one of those locks, which leads to a recursive spin-lock. To fix that remove per-clock spin-locks and use a global clock lock instead. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> |
||
---|---|---|
.. | ||
alloc.h | ||
atomic.h | ||
bit.h | ||
cache.h | ||
clk.h | ||
idc.h | ||
init.h | ||
interrupt.h | ||
kernel.h | ||
mutex.h | ||
panic.h | ||
sof.h | ||
spinlock.h | ||
string.h | ||
task.h | ||
timer.h | ||
wait.h |