VirtualBox

Ignore:
Timestamp:
Nov 5, 2008 2:14:11 PM (17 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/linux/SUPLib-linux.cpp

    r13858 r13865  
    202202
    203203
    204 int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, unsigned idCpu)
    205 {
    206     int rc = ioctl(pThis->hDevice, uFunction, NULL);
     204int suplibOsIOCtlFast(PSUPLIBDATA pThis, uintptr_t uFunction, uintptr_t idCpu)
     205{
     206    int rc = ioctl(pThis->hDevice, uFunction, idCpu);
    207207    if (rc == -1)
    208208        rc = -errno;
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