VirtualBox

Changeset 54492 in vbox


Ignore:
Timestamp:
Feb 25, 2015 1:32:11 PM (10 years ago)
Author:
vboxsync
Message:

Temporarily disable the time tick loop in supdrvInitRefineInvariantTscFreqTimer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp

    r54489 r54492  
    799799     *      Timer callbacks are done in the clock interrupt, so skip it.
    800800     */
     801#if 0 /* Does this trigger the DPC watchdog? */
    801802#if !defined(RT_OS_OS2)
    802803    nsNow = RTTimeSystemNanoTS();
    803804    while (RTTimeSystemNanoTS() == nsNow)
    804805        ASMNopPause();
     806#endif
    805807#endif
    806808
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