- Timestamp:
- Dec 4, 2014 3:57:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r53430 r53444 7862 7862 return VERR_INVALID_CPU_ID; 7863 7863 7864 if (!GIP_ARE_TSC_DELTAS_APPLICABLE(pGip))7865 return VINF_SUCCESS;7866 7867 7864 cTries = RT_MAX(pReq->u.In.cRetries + 1, 10); 7868 7865 cMsWaitRetry = RT_MAX(pReq->u.In.cMsWaitRetry, 5); 7869 7866 pGip = pDevExt->pGip; 7867 7868 if (!GIP_ARE_TSC_DELTAS_APPLICABLE(pGip)) 7869 return VINF_SUCCESS; 7870 7870 7871 for (iCpu = 0; iCpu < pGip->cCpus; iCpu++) 7871 7872 {
Note:
See TracChangeset
for help on using the changeset viewer.