VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:14:11 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38863
Message:

SUP: pass idCpu up on all platforms (save OS/2), handle it in ring-0 on solaris, linux and freebsd.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/os2/SUPLib-os2.cpp

    r13858 r13865  
    153153
    154154
    155 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, unsigned idCpu)
     155int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, uintptr_t idCpu)
    156156{
     157    NOREF(idCpu);
    157158    int32_t rcRet = VERR_INTERNAL_ERROR;
    158159    int rc = DosDevIOCtl((HFILE)pThis->hDevice, SUP_CTL_CATEGORY_FAST, uFunction,
Note: See TracChangeset for help on using the changeset viewer.

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