VirtualBox

Changeset 30325 in vbox


Ignore:
Timestamp:
Jun 21, 2010 12:32:54 PM (14 years ago)
Author:
vboxsync
Message:

Obsolete pgmLock/Unlock

Location:
trunk/src/VBox/VMM/VMMAll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PDMAllCritSect.cpp

    r29250 r30325  
    7878
    7979/**
    80  * Tail code called when we've wont the battle for the lock.
     80 * Tail code called when we've won the battle for the lock.
    8181 *
    8282 * @returns VINF_SUCCESS.
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r30263 r30325  
    11631163            Assert(pgmMapAreMappingsEnabled(&pVM->pgm.s));
    11641164            Assert(PGMGetGuestMode(pVCpu) <= PGMMODE_PAE);
    1165             pgmLock(pVM);
    11661165            rc = PGM_BTH_NAME(SyncPT)(pVCpu, iPDSrc, pPDSrc, GCPtrPage);
    1167             pgmUnlock(pVM);
    11681166        }
    11691167        else
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