- Timestamp:
- Sep 21, 2007 2:59:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r4960 r4961 284 284 285 285 /* Raise the IRQL to DISPATCH_LEVEl to prevent Windows from rescheduling us to another CPU/core. */ 286 287 286 Assert(KeGetCurrentIrql() <= DISPATCH_LEVEL); 287 KeRaiseIrql(DISPATCH_LEVEL, &oldIrql); 288 288 rc = supdrvIOCtlFast(ulCmd, pDevExt, pSession); 289 289 KeLowerIrql(oldIrql);
Note:
See TracChangeset
for help on using the changeset viewer.