VirtualBox

Changeset 38853 in vbox


Ignore:
Timestamp:
Sep 23, 2011 2:03:23 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
74150
Message:

DevPciIch9.cpp: PDM provides locking via the helper interface, make the device critical section a NOP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r37636 r38853  
    27332733    pBus->pPciHlpR0 = pBus->pPciHlpR3->pfnGetR0Helpers(pDevIns);
    27342734
     2735    /* Disable default device locking. */
     2736    rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns));
     2737    AssertRCReturn(rc, rc);
     2738
    27352739    /*
    27362740     * Fill in PCI configs and add them to the bus.
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