Changeset 35294 in vbox for trunk/src/VBox/HostDrivers/Support/linux
- Timestamp:
- Dec 22, 2010 12:13:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r34856 r35294 137 137 #define DEVICE_NAME "vboxdrv" 138 138 139 #if def RT_ARCH_AMD64139 #if defined(RT_ARCH_AMD64) && !defined(CONFIG_DEBUG_SET_MODULE_RONX) 140 140 /** 141 141 * Memory for the executable memory heap (in IPRT). … … 307 307 { 308 308 #ifdef RT_ARCH_AMD64 309 # ifdef CONFIG_DEBUG_SET_MODULE_RONX 310 rc = RTR0MemExecInit(1572864 /* 1.5MB */); 311 # else 309 312 rc = RTR0MemExecDonate(&g_abExecMemory[0], sizeof(g_abExecMemory)); 310 313 printk(KERN_DEBUG "VBoxDrv: dbg - g_abExecMemory=%p\n", (void *)&g_abExecMemory[0]); 314 # endif 311 315 #endif 312 316 Log(("VBoxDrv::ModuleInit\n"));
Note:
See TracChangeset
for help on using the changeset viewer.