SYSLINK: ipc - fix listmp_sharedmemory issues in heapbuf_open and heapbuf_create
This patch fixes the issues within listmp_sharedmemory module that are
causing the heapbuf_open and heapbuf_create to fail. listmp_sharedmemory module
uses the gate passed onto it from heapbuf. The module currently uses the linux
mutex apis with this gate, whereas the actual gate passed is a gatepeterson object.
The linux mutex apis are replaced with gatepeterson apis in
listmp_sharedmemort_put_tail function.
Signed-off-by: Jayan John <x00jayan@ti.com>
Showing
Please register or sign in to comment