VirtualBox

Changeset 29575 in vbox


Ignore:
Timestamp:
May 17, 2010 4:28:36 PM (15 years ago)
Author:
vboxsync
Message:

The ring-3 chunk cache can be out of sync; don't fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r29574 r29575  
    32123212            *ppvR3 = RTR0MemObjAddressR3(pChunk->paMappings[i].MapObj);
    32133213            Log(("gmmR0MapChunk: chunk %#x is already mapped at %p!\n", pChunk->Core.Key, *ppvR3));
     3214#ifdef VBOX_WITH_PAGE_SHARING
     3215            /* The ring-3 chunk cache can be out of sync; don't fail. */
     3216            return VINF_SUCCESS;
     3217#else
    32143218            return VERR_GMM_CHUNK_ALREADY_MAPPED;
     3219#endif
    32153220        }
    32163221    }
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