VirtualBox

Changeset 30332 in vbox for trunk/src/VBox


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

Redundant lock/unlock

File:
1 edited

Legend:

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

    r30326 r30332  
    49124912     * Look up the page.
    49134913     */
    4914     pgmLock(pVM);
    49154914    PPGMPOOLPAGE pPage = (PPGMPOOLPAGE)RTAvloHCPhysGet(&pPool->HCPhysTree, HCPhys & X86_PTE_PAE_PG_MASK);
    4916     pgmUnlock(pVM);
    49174915
    49184916    AssertFatalMsg(pPage && pPage->enmKind != PGMPOOLKIND_FREE, ("HCPhys=%RHp pPage=%p idx=%d\n", HCPhys, pPage, (pPage) ? pPage->idx : 0));
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