Changeset 54376 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Feb 23, 2015 10:44:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp
r54375 r54376 3580 3580 if (RTCpuSetIsMemberByIndex(&pGip->OnlineCpuSet, pGipCpuWorker->iCpuSet)) 3581 3581 { 3582 /** @todo we need to check that the master is online...3583 * The old supdrvMeasureTscDeltaCallback code would spin forever. */3584 3582 /* 3585 3583 * Initialize data package for the RTMpOnAll callback. 3586 3584 */ 3587 /** @todo this must be allocated, not residing on the stack. */3588 3585 PSUPDRVGIPTSCDELTARGS pArgs = (PSUPDRVGIPTSCDELTARGS)RTMemAllocZ(sizeof(*pArgs)); 3589 3586 if (pArgs)
Note:
See TracChangeset
for help on using the changeset viewer.