ac57e6d9390e20d00e98511f9917934a92f98027

Spinlock in current scenario can be interrupted thus during ongoing ISR. If callback received from dsp, attempt to acquire same lock again will result into recursive spinlock with wait on queue to acquire lock again. Modify spinlocks with global variable gfa to non interruptible spinlocks in order to avoid this scenario. Change-Id: I5ae4864370d94ae0e0e19d3d4939ada41d609234 Signed-off-by: Ansa Ahmed <quic_ansa@quicinc.com>
Descripción
No description provided
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%