Changeset 37067 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- May 13, 2011 11:59:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r37066 r37067 5644 5644 * but the tick creeps in before the event notification is run. 5645 5645 */ 5646 unsigned iCpu = 0; 5646 5647 if (iTick == 1) 5647 5648 { … … 5651 5652 } 5652 5653 5653 unsignediCpu = pGip->aiCpuFromApicId[idApic];5654 iCpu = pGip->aiCpuFromApicId[idApic]; 5654 5655 5655 5656 if (RT_LIKELY(iCpu < pGip->cCpus))
Note:
See TracChangeset
for help on using the changeset viewer.