VirtualBox

Changeset 43197 in vbox


Ignore:
Timestamp:
Sep 5, 2012 10:45:32 AM (12 years ago)
Author:
vboxsync
Message:

PGMAllPool: @todo marked some long dead code.

File:
1 edited

Legend:

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

    r43195 r43197  
    54105410    {
    54115411        PPGMPOOLPAGE pPage = &pPool->aPages[i];
     5412
     5413        /** @todo r=bird: Is this code still needed in any way?  The special root
     5414         *        pages should not be monitored or anything these days AFAIK. */
     5415        Assert(pPage->iNext == NIL_PGMPOOL_IDX);
     5416        Assert(pPage->iModifiedNext == NIL_PGMPOOL_IDX);
     5417        Assert(pPage->iModifiedPrev == NIL_PGMPOOL_IDX);
     5418        Assert(pPage->iMonitoredNext == NIL_PGMPOOL_IDX);
     5419        Assert(pPage->iMonitoredPrev == NIL_PGMPOOL_IDX);
     5420        Assert(!pPage->fMonitored);
     5421
    54125422        pPage->iNext = NIL_PGMPOOL_IDX;
    54135423        pPage->iModifiedNext = 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