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
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user