sync: Add comment
This commit is contained in:
parent
78081bd794
commit
11ea9b090c
@ -59,6 +59,7 @@ void mutex_lock(mutex_t *m)
|
|||||||
|
|
||||||
void mutex_unlock(mutex_t *m)
|
void mutex_unlock(mutex_t *m)
|
||||||
{
|
{
|
||||||
|
/* Ensure accesses to protected resource are finished */
|
||||||
__dmb();
|
__dmb();
|
||||||
|
|
||||||
/* Free the lock. */
|
/* Free the lock. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user