VirtualBox

Changeset 53505 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 11, 2014 10:14:46 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97243
Message:

HostDrivers/Support: Unbreak invariant laptops with huge deltas for now.

File:
1 edited

Legend:

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

    r53477 r53505  
    73307330{
    73317331    /* Trust CPUs that declare their TSC to be invariant. */
     7332#if 0       /** @todo this cannot be enabled until Michal's AMD laptop with insane deltas are working. */
    73327333    if (supdrvIsInvariantTsc())
    73337334        return SUPGIPMODE_INVARIANT_TSC;
     7335#endif
    73347336
    73357337    /*
     
    73787380        }
    73797381    }
     7382
     7383    /** @todo later remove this when the above todo with AMD laptop is done (i.e.
     7384     *        TSC deltas handled everywhere). */
     7385    if (supdrvIsInvariantTsc())
     7386        return SUPGIPMODE_INVARIANT_TSC;
    73807387    return SUPGIPMODE_SYNC_TSC;
    73817388}
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