Changeset 42784 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 12, 2012 8:31:36 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80003
- Location:
- trunk/src/VBox/Runtime/r0drv/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h
r41660 r42784 36 36 37 37 #include <linux/version.h> 38 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6,33)38 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 33) 39 39 # include <generated/autoconf.h> 40 40 #else -
trunk/src/VBox/Runtime/r0drv/linux/thread2-r0drv-linux.c
r36947 r42784 52 52 DECLHIDDEN(int) rtThreadNativeSetPriority(PRTTHREADINT pThread, RTTHREADTYPE enmType) 53 53 { 54 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6,11)54 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 11) 55 55 /* See comment near MAX_RT_PRIO in linux/sched.h for details on 56 56 sched_priority. */
Note:
See TracChangeset
for help on using the changeset viewer.