VirtualBox

Ignore:
Timestamp:
Oct 17, 2016 9:55:33 AM (8 years ago)
Author:
vboxsync
Message:

SUPDrvGip.cpp: supdrvOSGipGetGroupTableSize is only present on windows!.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPDrvGip.cpp

    r64281 r64290  
    18701870     * Allocate a contiguous set of pages with a default kernel mapping.
    18711871     */
     1872#ifdef RT_OS_WINDOWS
    18721873    cbGipCpuGroups = supdrvOSGipGetGroupTableSize(pDevExt);
     1874#else
     1875    cbGipCpuGroups = 0;
     1876#endif
    18731877    cbGip = RT_UOFFSETOF(SUPGLOBALINFOPAGE, aCPUs[cCpus]) + cbGipCpuGroups;
    18741878    rc = RTR0MemObjAllocCont(&pDevExt->GipMemObj, cbGip, false /*fExecutable*/);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette