Ticket #16506: API_changes_4.11.patch
| File API_changes_4.11.patch, 1.0 KB (added by , 8 years ago) |
|---|
-
vboxdrv/r0drv/linux/semmutex-r0drv-linux.c
old new static int rtSemMutexLinuxRequestSleep(P 206 207 break; 207 208 208 209 /* Go to sleep. */ 209 set_ task_state(pSelf,fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE);210 set_current_state(fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); 210 211 spin_unlock_irq(&pThis->Spinlock); 211 212 212 213 lTimeout = schedule_timeout(lTimeout); -
vboxguest/r0drv/linux/semmutex-r0drv-linux.c
old new static int rtSemMutexLinuxRequestSleep(P 206 207 break; 207 208 208 209 /* Go to sleep. */ 209 set_ task_state(pSelf,fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE);210 set_current_state(fInterruptible ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); 210 211 spin_unlock_irq(&pThis->Spinlock); 211 212 212 213 lTimeout = schedule_timeout(lTimeout);

