Changeset 34856 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Dec 9, 2010 9:09:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r33940 r34856 327 327 #endif 328 328 { 329 printk(KERN_INFO DEVICE_NAME ": TSC mode is %s, kernel timer mode is " 330 #ifdef IPRT_LINUX_HAS_HRTIMER 331 "'high-res'" 332 #else 333 "'normal'" 334 #endif 335 ".\n", 329 printk(KERN_INFO DEVICE_NAME ": TSC mode is %s, kernel timer mode is 'normal'.\n", 336 330 g_DevExt.pGip->u32Mode == SUPGIPMODE_SYNC_TSC ? "'synchronous'" : "'asynchronous'"); 337 331 LogFlow(("VBoxDrv::ModuleInit returning %#x\n", rc));
Note:
See TracChangeset
for help on using the changeset viewer.