Changeset 39005 in vbox for trunk/src/VBox/Runtime/r0drv/linux
- Timestamp:
- Oct 17, 2011 2:31:31 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 74408
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/linux/initterm-r0drv-linux.c
r39004 r39005 66 66 { 67 67 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 41) 68 # if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 5, 20) 68 69 INIT_WORK(pWork, pfnWorker); 70 # else 71 INIT_WORK(pWork, pfnWorker, pWork); 72 # endif 69 73 queue_work(g_prtR0LnxWorkQueue, pWork); 70 74 #else
Note:
See TracChangeset
for help on using the changeset viewer.