VirtualBox

Changeset 30009 in vbox for trunk


Ignore:
Timestamp:
Jun 3, 2010 11:51:48 AM (15 years ago)
Author:
vboxsync
Message:

Lock it here as we can't deal with busy locks in this ring-0 path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMSharedPage.cpp

    r29603 r30009  
    140140    AssertRC(rc);
    141141
    142     return GMMR3CheckSharedModules(pVM);
     142    /* Lock it here as we can't deal with busy locks in this ring-0 path. */
     143    pgmLock(pVM);
     144    rc = GMMR3CheckSharedModules(pVM);
     145    pgmUnlock(pVM);
     146
     147    return rc;
    143148}
    144149
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