dpaa2_mc.c: unbreak by adding <sys/lock.h>
When compiling current on arm64, it breaks since LA_UNLOCKED is
undefined. This was in turn caused by the mutex code aliasing
it as MA_NOTOWNED.
Add <sys/lock.h> so the macro is defined.
dpaa2_mc.c: unbreak by adding <sys/lock.h> Tags None Referenced Files None Subscribers None
Description
Details
|