VirtualBox

Changeset 32504 in vbox for trunk/src/VBox/Devices/PC


Ignore:
Timestamp:
Sep 15, 2010 10:12:38 AM (14 years ago)
Author:
vboxsync
Message:

SUPDrv,IPRT,VMM,DevAPIC: Added RTTimerCanDoHighResolution and exposed the RTTimer* API to the ring-0 modules. Fixed two regression from r65858 (TM + APIC).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevAPIC.cpp

    r32497 r32504  
    20742074    s->fTimerArmed = TMTimerIsActive(s->CTX_SUFF(pTimer));
    20752075    if (s->fTimerArmed)
     2076    {
     2077        PDMCritSectEnter(pThis->CTX_SUFF(pCritSect), VERR_SEM_BUSY);
    20762078        acpiDoFrequencyHinting(s);
     2079        PDMCritSectLeave(pThis->CTX_SUFF(pCritSect));
     2080    }
    20772081#endif
    20782082
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