Changeset 46374 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 4, 2013 9:28:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r45300 r46374 147 147 #define DEVICE_NAME_USR "vboxdrvu" 148 148 149 #if defined(RT_ARCH_AMD64) && !defined(CONFIG_DEBUG_SET_MODULE_RONX)149 #if defined(RT_ARCH_AMD64) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23) 150 150 /** 151 151 * Memory for the executable memory heap (in IPRT).
Note:
See TracChangeset
for help on using the changeset viewer.