VirtualBox

Changeset 30726 in vbox


Ignore:
Timestamp:
Jul 8, 2010 9:12:48 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63491
Message:

Must be callable from any thread

File:
1 edited

Legend:

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

    r30660 r30726  
    432432    Req.fDuplicate   = false;
    433433
    434     int rc = VMMR3CallR0(pVM, VMMR0_DO_GMM_FIND_DUPLICATE_PAGE, 0, &Req.Hdr);
     434    /* Must be callable from any thread, so can't use VMMR3CallR0. */
     435    int rc = SUPR3CallVMMR0Ex(pVM->pVMR0, NIL_VMCPUID, VMMR0_DO_GMM_FIND_DUPLICATE_PAGE, 0, &Req.Hdr);
    435436    if (rc == VINF_SUCCESS)
    436437        return Req.fDuplicate;
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