VirtualBox

Changeset 37355 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jun 7, 2011 4:19:43 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72123
Message:

build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/PGMPhys.cpp

    r37354 r37355  
    28142814
    28152815    /* Force a PGM pool flush as guest ram references have been changed. */
    2816     /** todo; not entirely SMP safe; assuming for now the guest takes care of this internally (not touch mapped mmio while changing the mapping). */
     2816    /** @todo not entirely SMP safe; assuming for now the guest takes care
     2817     *  of this internally (not touch mapped mmio while changing the
     2818     *  mapping). */
    28172819    PVMCPU pVCpu = VMMGetCpu(pVM);
    28182820    pVCpu->pgm.s.fSyncFlags |= PGM_SYNC_CLEAR_PGM_POOL;
     
    36853687
    36863688#ifdef PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST
     3689
    36873690/**
    36883691 * Tree enumeration callback for dealing with age rollover.
     
    36913694static DECLCALLBACK(int) pgmR3PhysChunkAgeingRolloverCallback(PAVLU32NODECORE pNode, void *pvUser)
    36923695{
    3693     PGM_LOCK_ASSERT_OWNER(pVM);
    3694 
    36953696    /* Age compression - ASSUMES iNow == 4. */
    36963697    PPGMCHUNKR3MAP pChunk = (PPGMCHUNKR3MAP)pNode;
     
    39373938    AssertRC(rc);
    39383939}
     3940
    39393941#endif /* PGM_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST */
    39403942
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette