VirtualBox

儲存庫 vbox 的更動 30839


忽略:
時間撮記:
2010-7-14 下午02:00:28 (14 年 以前)
作者:
vboxsync
訊息:

Different queueing

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • 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
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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