Changeset 33940 in vbox
- Timestamp:
- Nov 10, 2010 4:14:29 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67600
- Location:
- trunk/src/VBox/HostDrivers/Support
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvInternal.h
r33540 r33940 105 105 # endif /* older kernels */ 106 106 # include <linux/timer.h> 107 108 # if 0109 # include <linux/hrtimer.h>110 # define VBOX_HRTIMER111 # endif112 107 113 108 #elif defined(RT_OS_DARWIN) -
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r33939 r33940 308 308 #ifdef RT_ARCH_AMD64 309 309 rc = RTR0MemExecDonate(&g_abExecMemory[0], sizeof(g_abExecMemory)); 310 printk( "VBoxDrv: dbg - g_abExecMemory=%p\n", (void *)&g_abExecMemory[0]);310 printk(KERN_DEBUG "VBoxDrv: dbg - g_abExecMemory=%p\n", (void *)&g_abExecMemory[0]); 311 311 #endif 312 312 Log(("VBoxDrv::ModuleInit\n")); … … 328 328 { 329 329 printk(KERN_INFO DEVICE_NAME ": TSC mode is %s, kernel timer mode is " 330 #ifdef VBOX_HRTIMER330 #ifdef IPRT_LINUX_HAS_HRTIMER 331 331 "'high-res'" 332 332 #else
Note:
See TracChangeset
for help on using the changeset viewer.