Changeset 7461 in vbox
- Timestamp:
- Mar 14, 2008 4:24:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28900
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPDrv-win.cpp
r7287 r7461 569 569 VOID (*pfnKeFlushQueuedDpcs)(VOID) = (VOID (*)(VOID))MmGetSystemRoutineAddress(&RoutineName); 570 570 if (pfnKeFlushQueuedDpcs) 571 { 572 /* KeFlushQueuedDpcs must be run at IRQL PASSIVE_LEVEL */ 573 AssertMsg(KeGetCurrentIrql() == PASSIVE_LEVEL, ("%d != %d (PASSIVE_LEVEL)\n", KeGetCurrentIrql(), PASSIVE_LEVEL)); 571 574 pfnKeFlushQueuedDpcs(); 575 } 572 576 } 573 577
Note:
See TracChangeset
for help on using the changeset viewer.