VirtualBox

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


Ignore:
Timestamp:
May 22, 2009 12:46:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47606
Message:

Don't assert. KeInsertQueueDPC returns FALSE if it's already in the queue.

File:
1 edited

Legend:

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

    r19830 r19911  
    369369     * Todo: verify!
    370370     */
    371     BOOLEAN ret = KeInsertQueueDpc(&aPokeDpcs[idCpu], 0, 0);
    372     Assert(ret);
     371    KeInsertQueueDpc(&aPokeDpcs[idCpu], 0, 0);
    373372
    374373    KeLowerIrql(oldIrql);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette