VirtualBox

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

Lock counter instead of a lock flag.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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