VirtualBox

Changeset 4961 in vbox for trunk/src


Ignore:
Timestamp:
Sep 21, 2007 2:59:25 PM (17 years ago)
Author:
vboxsync
Message:

Tabs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp

    r4960 r4961  
    284284
    285285                /* Raise the IRQL to DISPATCH_LEVEl to prevent Windows from rescheduling us to another CPU/core. */
    286                 Assert(KeGetCurrentIrql() <= DISPATCH_LEVEL);
    287                 KeRaiseIrql(DISPATCH_LEVEL, &oldIrql);       
     286        Assert(KeGetCurrentIrql() <= DISPATCH_LEVEL);
     287        KeRaiseIrql(DISPATCH_LEVEL, &oldIrql);       
    288288        rc = supdrvIOCtlFast(ulCmd, pDevExt, pSession);
    289289        KeLowerIrql(oldIrql);
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