VirtualBox

Changeset 37324 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Jun 3, 2011 4:28:03 PM (14 years ago)
Author:
vboxsync
Message:

TM,Devices: Fixed default critical section screwup and adjusted its usage in the devices.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r37269 r37324  
    83498349     *        yet. */
    83508350    rc = PDMDevHlpTMTimerCreate(pDevIns, TMCLOCK_VIRTUAL_SYNC, ahciCccTimer, pThis,
    8351                                 TMTIMER_FLAGS_DEFAULT_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3);
     8351                                TMTIMER_FLAGS_NO_CRIT_SECT, "AHCI CCC Timer", &pThis->pHbaCccTimerR3);
    83528352    if (RT_FAILURE(rc))
    83538353    {
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