VirtualBox

Ignore:
Timestamp:
Dec 9, 2010 9:09:02 AM (14 years ago)
Author:
vboxsync
Message:

The gip timer is not high-res on linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r33940 r34856  
    327327#endif
    328328                    {
    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",
    336330                               g_DevExt.pGip->u32Mode == SUPGIPMODE_SYNC_TSC ? "'synchronous'" : "'asynchronous'");
    337331                        LogFlow(("VBoxDrv::ModuleInit returning %#x\n", rc));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette