VirtualBox

Changeset 53288 in vbox


Ignore:
Timestamp:
Nov 10, 2014 1:21:12 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96867
Message:

HostDrivers/Support: Don't bother with deltas just yet while measuring the TSC frequency, breaks async systems which are actually invariant.

File:
1 edited

Legend:

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

    r53269 r53288  
    59725972        ASMSetFlags(uFlags);
    59735973
     5974        /* Activate this when implemented invariant TSC GIP mode. Otherwise systems that are really invariant
     5975           which get detected as async will break. */
     5976#if 0
    59745977        if (supdrvIsInvariantTsc())
    59755978        {
     
    59855988        }
    59865989        else
     5990#endif
    59875991        {
    59885992            /* Busy-wait keeping the frequency up and measure. */
     
    60026006        ASMSetFlags(uFlags);
    60036007
    6004         /** @todo replace with enum check. */
    6005         if (supdrvIsInvariantTsc())
     6008        /* Activate this when implemented invariant TSC GIP mode. Otherwise systems that are really invariant
     6009           which get detected as async will break. */
     6010#if 0
     6011        if (supdrvIsInvariantTsc())        /** @todo replace with enum check. */
    60066012        {
    60076013            int rc;
     
    60196025            }
    60206026        }
     6027#endif
    60216028
    60226029        /*
Note: See TracChangeset for help on using the changeset viewer.

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