VirtualBox

Changeset 20076 in vbox


Ignore:
Timestamp:
May 27, 2009 12:22:35 PM (16 years ago)
Author:
vboxsync
Message:

No longer necessary to get rid of the lock

File:
1 edited

Legend:

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

    r20071 r20076  
    18411841        }
    18421842        GMMR3FreePagesCleanup(pReq);
    1843         pgmUnlock(pVM);
    18441843    }
    18451844    else
     
    18471846        /* link in the ram range */
    18481847        pgmR3PhysLinkRamRange(pVM, &pCur->RamRange, pRamPrev);
    1849         pgmUnlock(pVM);
    18501848        REMR3NotifyPhysRamRegister(pVM, GCPhys, pCur->RamRange.cb, REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2);
    18511849    }
    1852 
     1850    pgmUnlock(pVM);
    18531851
    18541852    return VINF_SUCCESS;
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