dsp-kernel: Dequeue the CMA mini dump node to avoid infinite loop

Currently, the CMA mini dump node is not being dequeued, leading to an
infinite loop. Dequeue the CMA mini dump node as well along with all
the init mems.

Signed-off-by: Abhishek Singh <quic_abhishes@quicinc.com>
Change-Id: Ie5c24ee4ce43c798ed40a8d766371449bcf27b68
(cherry picked from commit 74775598d4)
This commit is contained in:
Abhishek Singh
2024-05-08 16:29:49 +05:30
committed by Mohit Sharma
parent 9133607ddd
commit 8d872e2880
2 changed files with 31 additions and 60 deletions

View File

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