VirtualBox

Changeset 55112 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Apr 7, 2015 12:05:52 PM (10 years ago)
Author:
vboxsync
Message:

Runtime: Linux < 2.6.13 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c

    r54477 r55112  
    9696{
    9797#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41)
     98 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13)
    9899    g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxWQueue");
     100 #else
     101    g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxQ");
     102 #endif
    99103    if (!g_prtR0LnxWorkQueue)
    100104        return VERR_NO_MEMORY;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette