Changeset 65991 in vbox
- Timestamp:
- Mar 8, 2017 10:21:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c
r65990 r65991 207 207 208 208 /* Go to sleep. */ 209 #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)210 209 set_current_state(fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); 211 #else212 set_task_state(pSelf, fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE);213 #endif214 210 spin_unlock_irq(&pThis->Spinlock); 215 211
Note:
See TracChangeset
for help on using the changeset viewer.