VirtualBox

Changeset 30233 in vbox


Ignore:
Timestamp:
Jun 16, 2010 9:49:50 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62724
Message:

Use a valid cpu id

File:
1 edited

Legend:

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

    r30232 r30233  
    33873387
    33883388    /* Must be callable from any thread, so can't use VMMR3CallR0. */
    3389     rc = SUPR3CallVMMR0Ex(pVM->pVMR0, VMMGetCpuId(pVM), VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);
     3389    rc = SUPR3CallVMMR0Ex(pVM->pVMR0, 0 /* use CPU id 0; it must be a valid one */, VMMR0_DO_GMM_MAP_UNMAP_CHUNK, 0, &Req.Hdr);
    33903390    if (RT_SUCCESS(rc))
    33913391    {
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