Changeset 40894 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
- Timestamp:
- Apr 12, 2012 2:40:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r38976 r40894 309 309 if (RT_SUCCESS(rc)) 310 310 { 311 #ifdef RT_ARCH_AMD64 312 # ifdef CONFIG_DEBUG_SET_MODULE_RONX 313 rc = RTR0MemExecInit(1572864 /* 1.5MB */); 314 # else 311 #if defined(RT_ARCH_AMD64) && LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 23) 315 312 rc = RTR0MemExecDonate(&g_abExecMemory[0], sizeof(g_abExecMemory)); 316 313 printk(KERN_DEBUG "VBoxDrv: dbg - g_abExecMemory=%p\n", (void *)&g_abExecMemory[0]); 317 # endif318 314 #endif 319 315 Log(("VBoxDrv::ModuleInit\n"));
Note:
See TracChangeset
for help on using the changeset viewer.