OpenAMP multiple session communication hangs up
The rpmsg_send
implementation is not reentrant. Use irq_inhibit/irq_restore
pair as critical section guard. This is because that receiver hook would also manipulate VRINGs from interrupt. Endpoint create/delete code previously locked by mutex are also replaced by irq_inhibit/irq_restore
pairs.
由 Victor Chen 编辑于