Changeset 37066 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- May 13, 2011 11:31:21 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r37062 r37066 4999 4999 * @returns Index of the CPU in the cache set. 5000 5000 */ 5001 static inline uint32_tsupdrvGipCpuIndexFromCpuId(PSUPGLOBALINFOPAGE pGip, RTCPUID idCpu)5001 DECLINLINE(uint32_t) supdrvGipCpuIndexFromCpuId(PSUPGLOBALINFOPAGE pGip, RTCPUID idCpu) 5002 5002 { 5003 5003 uint32_t i = 0;
Note:
See TracChangeset
for help on using the changeset viewer.