mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the PZERO priority from mtx_sleep.
MFC after: 2 weeks
This commit is contained in:
parent
5758fe7185
commit
4f02999996
1 changed files with 2 additions and 2 deletions
|
|
@ -294,8 +294,8 @@ for ( ret = 0 ; !ret && !(condition) ; ) { \
|
|||
DRM_UNLOCK(); \
|
||||
mtx_lock(&dev->irq_lock); \
|
||||
if (!(condition)) \
|
||||
ret = -mtx_sleep(&(queue), &dev->irq_lock, \
|
||||
PZERO | PCATCH, "drmwtq", (timeout)); \
|
||||
ret = -mtx_sleep(&(queue), &dev->irq_lock, \
|
||||
PCATCH, "drmwtq", (timeout)); \
|
||||
mtx_unlock(&dev->irq_lock); \
|
||||
DRM_LOCK(); \
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue