Changeset 64290 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Oct 17, 2016 9:55:33 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp
r64281 r64290 1870 1870 * Allocate a contiguous set of pages with a default kernel mapping. 1871 1871 */ 1872 #ifdef RT_OS_WINDOWS 1872 1873 cbGipCpuGroups = supdrvOSGipGetGroupTableSize(pDevExt); 1874 #else 1875 cbGipCpuGroups = 0; 1876 #endif 1873 1877 cbGip = RT_UOFFSETOF(SUPGLOBALINFOPAGE, aCPUs[cCpus]) + cbGipCpuGroups; 1874 1878 rc = RTR0MemObjAllocCont(&pDevExt->GipMemObj, cbGip, false /*fExecutable*/);
Note:
See TracChangeset
for help on using the changeset viewer.