Changeset 19692 in vbox
- Timestamp:
- May 14, 2009 12:29:36 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47301
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMM.cpp
r19668 r19692 1213 1213 1214 1214 PVMREQ pReq; 1215 int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, RT_INDEFINITE_WAIT, 0,1215 int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, 0, VMREQFLAGS_NO_WAIT, 1216 1216 (PFNRT)vmmR3SendSipi, 3, pVM, idCpu, uVector); 1217 1217 AssertRC(rc); 1218 VMR3ReqFree(pReq);1219 1218 } 1220 1219 … … 1230 1229 1231 1230 PVMREQ pReq; 1232 int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, RT_INDEFINITE_WAIT, 0,1231 int rc = VMR3ReqCallU(pVM->pUVM, idCpu, &pReq, 0, VMREQFLAGS_NO_WAIT, 1233 1232 (PFNRT)vmmR3SendInitIpi, 2, pVM, idCpu); 1234 1233 AssertRC(rc); 1235 VMR3ReqFree(pReq);1236 1234 } 1237 1235
Note:
See TracChangeset
for help on using the changeset viewer.