VirtualBox

Ignore:
Timestamp:
Sep 14, 2007 5:53:56 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24514
Message:

Split VMMR0Entry into VMMR0EntryInt, VMMR0EntryFast and VMMr0EntryEx. This will prevent the SUPCallVMMR0Ex path from causing harm and messing up the paths that has to be optimized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c

    r4800 r4811  
    751751static int VBoxDrvLinuxIOCtl(struct inode *pInode, struct file *pFilp, unsigned int uCmd, unsigned long ulArg)
    752752{
    753 #ifdef VBOX_WITHOUT_IDT_PATCHING
    754753    /*
    755754     * Deal with the two high-speed IOCtl that takes it's arguments from
     
    759758                  || uCmd == SUP_IOCTL_FAST_DO_HWACC_RUN
    760759                  || uCmd == SUP_IOCTL_FAST_DO_NOP))
    761         return supdrvIOCtlFast(iCmd, &g_DevExt, (PSUPDRVSESSION)pFilp->private_data);
    762 #endif
     760        return supdrvIOCtlFast(uCmd, &g_DevExt, (PSUPDRVSESSION)pFilp->private_data);
    763761    return VBoxDrvLinuxIOCtlSlow(pInode, pFilp, uCmd, ulArg);
    764762}
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