VirtualBox

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


Ignore:
Timestamp:
Jan 29, 2013 3:34:09 PM (12 years ago)
Author:
vboxsync
Message:

DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some construction/destruction cleanups.

File:
1 edited

Legend:

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

    r44445 r44447  
    28972897    pThis->IACPIPort.pfnGetCpuStatus            = acpiPort_GetCpuStatus;
    28982898
    2899     /* Set the default critical section to NOP (related to the PM timer). */
     2899    /*
     2900     * Set the default critical section to NOP (related to the PM timer).
     2901     */
    29002902    int rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns));
    29012903    AssertRCReturn(rc, rc);
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