Changeset 55112 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Apr 7, 2015 12:05:52 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c
r54477 r55112 96 96 { 97 97 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41) 98 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13) 98 99 g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxWQueue"); 100 #else 101 g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxQ"); 102 #endif 99 103 if (!g_prtR0LnxWorkQueue) 100 104 return VERR_NO_MEMORY;
Note:
See TracChangeset
for help on using the changeset viewer.