VirtualBox

Changeset 20071 in vbox for trunk/src/VBox/VMM/PGMPhys.cpp


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

Bit more REM locking

File:
1 edited

Legend:

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

    r19861 r20071  
    18411841        }
    18421842        GMMR3FreePagesCleanup(pReq);
     1843        pgmUnlock(pVM);
    18431844    }
    18441845    else
     
    18461847        /* link in the ram range */
    18471848        pgmR3PhysLinkRamRange(pVM, &pCur->RamRange, pRamPrev);
     1849        pgmUnlock(pVM);
    18481850        REMR3NotifyPhysRamRegister(pVM, GCPhys, pCur->RamRange.cb, REM_NOTIFY_PHYS_RAM_FLAGS_MMIO2);
    18491851    }
    18501852
    1851     pgmUnlock(pVM);
    18521853
    18531854    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