Changeset 36947 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- May 3, 2011 7:49:12 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71534
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c
r36555 r36947 52 52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 53 53 { 54 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11) 54 55 /* See comment near MAX_RT_PRIO in linux/sched.h for details on 55 56 sched_priority. */ … … 89 90 } 90 91 91 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,11)92 92 sched_setscheduler(current, iSchedClass, &Param); 93 93 #endif
Note:
See TracChangeset
for help on using the changeset viewer.