VirtualBox

Changeset 30839 in vbox


Ignore:
Timestamp:
Jul 14, 2010 2:00:28 PM (14 years ago)
Author:
vboxsync
Message:

Different queueing

File:
1 edited

Legend:

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

    r30838 r30839  
    34423442 *
    34433443 * @remarks Called from within the PGM critical section.
     3444 * @remarks Can be called from any thread!
    34443445 */
    34453446int pgmR3PhysChunkMap(PVM pVM, uint32_t idChunk, PPPGMCHUNKR3MAP ppChunk)
     
    34903491#ifdef VBOX_WITH_LARGE_ADDRESS_SPACE_ON_32_BIT_HOST
    34913492            /* Postpone the unmap operation (which requires a rendezvous operation) as we own the PGM lock here. */
    3492             rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY_QUEUE, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);
     3493            rc = VMR3ReqCallNoWaitU(pVM->pUVM, VMCPUID_ANY, (PFNRT)pgmR3PhysUnmapChunk, 1, pVM);
    34933494            AssertRC(rc);
    34943495#else
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