Merge "dsp-kernel: Handle the spinlock recursion"

This commit is contained in:
qctecmdr
2024-06-18 15:23:17 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 7 additions and 20 deletions

View File

@@ -898,8 +898,6 @@ struct fastrpc_file {
uint32_t ws_timeout;
bool untrusted_process;
struct fastrpc_device *device;
/* Process kill will wait on work when ram dump collection in progress */
struct completion work;
/* Process kill will wait on bus driver invoke thread to complete its process */
struct completion dma_invoke;
/* Flag to indicate invoke pending */