VirtualBox

Changeset 44697 in vbox


Ignore:
Timestamp:
Feb 14, 2013 8:00:24 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83796
Message:

DevLsiLogicSCSI.cpp: No default critical section needed according to Alexander.

File:
1 edited

Legend:

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

    r44696 r44697  
    51035103    /*
    51045104     * Create critical sections protecting the reply post and free queues.
     5105     * Note! We do our own syncronization, so NOP the default crit sect for the device.
    51055106     */
     5107    rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns));
     5108    AssertRCReturn(rc, rc);
     5109
    51065110    rc = PDMDevHlpCritSectInit(pDevIns, &pThis->ReplyFreeQueueCritSect, RT_SRC_POS, "%sRFQ", szDevTag);
    51075111    if (RT_FAILURE(rc))
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