VirtualBox

Changeset 7459 in vbox for trunk/src/VBox/Runtime/r0drv


Ignore:
Timestamp:
Mar 14, 2008 1:49:05 PM (17 years ago)
Author:
vboxsync
Message:

More comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/nt/mp-r0drv-nt.cpp

    r7458 r7459  
    161161    KDPC     *paExecCpuDpcs;
    162162
    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));
    164165
    165166    KAFFINITY Mask = KeQueryActiveProcessors();
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