VirtualBox

Changeset 19628 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
May 12, 2009 2:16:11 PM (16 years ago)
Author:
vboxsync
Message:

Lock counter instead of a lock flag.

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

Legend:

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

    r19329 r19628  
    577577                PCPGMPOOLPAGE   pPoolPagePd = pgmPoolGetPage(pPool, pShwPdpt->a[iPdpt].u & X86_PDPE_PG_MASK);
    578578                AssertFatal(pPoolPagePd);
    579                 AssertMsg(pPoolPagePd->fLocked, (".idx=%d .type=%d\n", pPoolPagePd->idx, pPoolPagePd->enmKind));
     579                AssertMsg(pPoolPagePd->cLocked, (".idx=%d .type=%d\n", pPoolPagePd->idx, pPoolPagePd->enmKind));
    580580                break;
    581581            }
  • trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp

    r19627 r19628  
    38643864        pPage->iAgePrev  = NIL_PGMPOOL_IDX;
    38653865#endif
    3866         pPage->fLocked   = false;
     3866        pPage->cLocked   = 0;
    38673867    }
    38683868    pPool->aPages[pPool->cCurPages - 1].iNext = NIL_PGMPOOL_IDX;
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