Index: /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c
===================================================================
--- /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c	(revision 55111)
+++ /trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c	(revision 55112)
@@ -96,5 +96,9 @@
 {
 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41)
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 13)
     g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxWQueue");
+ #else
+    g_prtR0LnxWorkQueue = create_workqueue("iprt-VBoxQ");
+ #endif
     if (!g_prtR0LnxWorkQueue)
         return VERR_NO_MEMORY;
