VirtualBox

Ignore:
Timestamp:
Feb 23, 2007 8:38:37 PM (18 years ago)
Author:
vboxsync
Message:

Trapping and virtualizing TSC (both disabled).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAll.cpp

    r1027 r1057  
    609609
    610610        case TMCLOCK_TSC:
    611         {
    612             PCSUPGLOBALINFOPAGE pGip = g_pSUPGlobalInfoPage;
    613             if (pGip)
    614                 return SUPGetCpuHzFromGIP(pGip) ;
    615             return pTimer->CTXALLSUFF(pVM)->tm.s.cTSCTicksPerSecond;
    616         }
     611            return TMCpuTicksPerSecond(pTimer->CTXALLSUFF(pVM));
    617612
    618613        default:
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