Changeset 7459 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Mar 14, 2008 1:49:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp
r7458 r7459 161 161 KDPC *paExecCpuDpcs; 162 162 163 Assert(KeGetCurrentIrql() == PASSIVE_LEVEL); 163 /* KeFlushQueuedDpcs must be run at IRQL PASSIVE_LEVEL */ 164 AssertMsg(KeGetCurrentIrql() == PASSIVE_LEVEL, ("%d != %d (PASSIVE_LEVEL)\n", KeGetCurrentIrql(), PASSIVE_LEVEL)); 164 165 165 166 KAFFINITY Mask = KeQueryActiveProcessors();
Note:
See TracChangeset
for help on using the changeset viewer.